Shades of Dark Orchid #902ACC
Tints of Dark Orchid #902ACC
RGB
CMYK
RGB Variations
Color information
#902ACC (or 0x902ACC) is known color: Dark Orchid. HEX triplet: 90, 2A and CC. RGB value is (144,42,204). Sum of RGB (Red+Green+Blue) = 144+42+204=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 204 (80.08% from 255 or 52.31% from 390); Max value from RGB is 204 - color contains mainly: blue. Hex color #902ACC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902ACC is #6FD533. Grayscale: #5A5A5A. Windows color (decimal): -7329076 or 13380240. OLE color: 13380240.
HSL color Cylindrical-coordinate representation of color #902ACC: hue angle of 277.78º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902ACC is Cyan = 0.29, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 144 | 42 | 204 | - |
| CMYK | 0.29 | 0.79 | 0 | 0.2 |
| HSL | 277.78º | 0.66% | 0.48% | - |
| HSV(B) | 277.78º | 0.79% | 0.8% | - |
| XYZ | 23.23 | 11.94 | 58.21 | - |
| YUV | 90.97 | 191.79 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 42 | 204 | 0.29 | 0.79 | 0 | 0.2 | 277.78 | 0.66 | 0.48 |
| Hex | 90 | 2A | CC | 1D | 4F | 0 | 14 | 116 | 42 | 30 |
| Octal | 220 | 52 | 314 | 35 | 117 | 0 | 24 | 426 | 102 | 60 |
| Binary | 10010000 | 101010 | 11001100 | 11101 | 1001111 | 0 | 10100 | 100010110 | 1000010 | 110000 |
Color Harmonies of #902ACC
Complementary color
Monochromatic Colors of #902ACC
Black with #902ACC
Text Example
Text Example
White with #902ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902ACC; }
p { color: rgb(144,42,204); }
H1.HeaderClassName
{
color: #902ACC;
}
.AnyTagClassName
{
color: #902ACC;
}
</style>
background-color css
<style>
a { background-color: #902ACC; }
a { background-color: rgb(144,42,204); }
div.DivClassName
{
background-color: #902ACC;
}
.BgClassName
{
background-color: #902ACC;
}
</style>
border-color css
<style>
span { border-color: #902ACC; }
span { border-color: rgb(144,42,204); }
td.TdClassName
{
border-color: #902ACC;
}
.TagClassName
{
border-color: #902ACC;
}
</style>