#921DB6

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

Shades of Dark Orchid #921DB6

Tints of Dark Orchid #921DB6

Color information

#921DB6 (or 0x921DB6) is unknown color: approx Dark Orchid. HEX triplet: 92, 1D and B6. RGB value is (146,29,182). Sum of RGB (Red+Green+Blue) = 146+29+182=357 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.90% from 357); Green value is 29 (11.72% from 255 or 8.12% from 357); Blue value is 182 (71.48% from 255 or 50.98% from 357); Max value from RGB is 182 - color contains mainly: blue. Hex color #921DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #921DB6 is #6DE249. Grayscale: #505050. Windows color (decimal): -7201354 or 11935122. OLE color: 11935122.

HSL color Cylindrical-coordinate representation of color #921DB6: hue angle of 285.88º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #921DB6 is Cyan = 0.20, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB14629182-
CMYK0.200.8400.29
HSL285.88º72.51%41.37%-
HSV(B)285.88º84.07%71.37%-
XYZ20.7410.3745.16-
YUV81.42184.76174.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.90%
GREEN value IS 29 (11.72% from 255) = 8.12%
BLUE value IS 182 (71.48% from 255) = 50.98%
R=40.90%
G=8.12%
B=50.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal146291820.200.8400.29285.8872.5141.37
Hex921DB6145401D11e4929
Octal222352662412403543611151
Binary1001001011101101101101010010101000111011000111101001001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #921DB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #921DB6; }

 p { color: rgb(146,29,182); }

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

<style>
 a { background-color: #921DB6; }

 a { background-color: rgb(146,29,182); }

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

<style>
 span { border-color: #921DB6; }

 span { border-color: rgb(146,29,182); }

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