#922ED6

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

Shades of Dark Orchid #922ED6

Tints of Dark Orchid #922ED6

Color information

#922ED6 (or 0x922ED6) is unknown color: approx Dark Orchid. HEX triplet: 92, 2E and D6. RGB value is (146,46,214). Sum of RGB (Red+Green+Blue) = 146+46+214=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 46 (18.36% from 255 or 11.33% from 406); Blue value is 214 (83.98% from 255 or 52.71% from 406); Max value from RGB is 214 - color contains mainly: blue. Hex color #922ED6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #922ED6 is #6DD129. Grayscale: #5E5E5E. Windows color (decimal): -7196970 or 14036626. OLE color: 14036626.

HSL color Cylindrical-coordinate representation of color #922ED6: hue angle of 275.71º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #922ED6 is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14646214-
CMYK0.320.7900.16
HSL275.71º67.2%50.98%-
HSV(B)275.71º78.5%83.92%-
XYZ24.9712.9264.8-
YUV95.05195.13164.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 46 (18.36% from 255) = 11.33%
BLUE value IS 214 (83.98% from 255) = 52.71%
R=35.96%
G=11.33%
B=52.71%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal146462140.320.7900.16275.7167.250.98
Hex922ED6204F0101144333
Octal222563264011702042410363
Binary100100101011101101011010000010011110100001000101001000011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922ED6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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