#922EC6

Color #922EC6 Dark Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orchid #922EC6

Tints of Dark Orchid #922EC6

Color information

#922EC6 (or 0x922EC6) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and C6. RGB value is (146,46,198). Sum of RGB (Red+Green+Blue) = 146+46+198=390 (51% of max value = 765). Red value is 146 (57.42% from 255 or 37.44% from 390); Green value is 46 (18.36% from 255 or 11.79% from 390); Blue value is 198 (77.73% from 255 or 50.77% from 390); Max value from RGB is 198 - color contains mainly: blue. Hex color #922EC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922EC6 is #6DD139. Grayscale: #5C5C5C. Windows color (decimal): -7196986 or 12988050. OLE color: 12988050.

HSL color Cylindrical-coordinate representation of color #922EC6: hue angle of 279.47º degrees, saturation: 0.62, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #922EC6 is Cyan = 0.26, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB14646198-
CMYK0.260.7700.22
HSL279.47º62.3%47.84%-
HSV(B)279.47º76.77%77.65%-
XYZ23.0212.1454.56-
YUV93.23187.13165.64-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 37.44%
GREEN value IS 46 (18.36% from 255) = 11.79%
BLUE value IS 198 (77.73% from 255) = 50.77%
R=37.44%
G=11.79%
B=50.77%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal146461980.260.7700.22279.4762.347.84
Hex922EC61A4D0161173e30
Octal22256306321150264277660
Binary1001001010111011000110110101001101010110100010111111110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922EC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922EC6; }

 p { color: rgb(146,46,198); }

 H1.HeaderClassName
 {
   color: #922EC6;
 }
 .AnyTagClassName
 {
   color: #922EC6;
 }
</style>
background-color css

<style>
 a { background-color: #922EC6; }

 a { background-color: rgb(146,46,198); }

 div.DivClassName
 {
   background-color: #922EC6;
 }
 .BgClassName
 {
   background-color: #922EC6;
 }
</style>
border-color css

<style>
 span { border-color: #922EC6; }

 span { border-color: rgb(146,46,198); }

 td.TdClassName
 {
   border-color: #922EC6;
 }
 .TagClassName
 {
   border-color: #922EC6;
 }
</style>