Shades of Dark Orchid #902CCF
Tints of Dark Orchid #902CCF
RGB
CMYK
RGB Variations
Color information
#902CCF (or 0x902CCF) is known color: Dark Orchid. HEX triplet: 90, 2C and CF. RGB value is (144,44,207). Sum of RGB (Red+Green+Blue) = 144+44+207=395 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.46% from 395); Green value is 44 (17.58% from 255 or 11.14% from 395); Blue value is 207 (81.25% from 255 or 52.41% from 395); Max value from RGB is 207 - color contains mainly: blue. Hex color #902CCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902CCF is #6FD330. Grayscale: #5B5B5B. Windows color (decimal): -7328561 or 13577360. OLE color: 13577360.
HSL color Cylindrical-coordinate representation of color #902CCF: hue angle of 276.81º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #902CCF is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 44 | 207 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.19 |
| HSL | 276.81º | 0.65% | 0.49% | - |
| HSV(B) | 276.81º | 0.79% | 0.81% | - |
| XYZ | 23.66 | 12.24 | 60.15 | - |
| YUV | 92.48 | 192.63 | 164.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 44 | 207 | 0.30 | 0.79 | 0 | 0.19 | 276.81 | 0.65 | 0.49 |
| Hex | 90 | 2C | CF | 1E | 4F | 0 | 13 | 115 | 41 | 31 |
| Octal | 220 | 54 | 317 | 36 | 117 | 0 | 23 | 425 | 101 | 61 |
| Binary | 10010000 | 101100 | 11001111 | 11110 | 1001111 | 0 | 10011 | 100010101 | 1000001 | 110001 |
Color Harmonies of #902CCF
Complementary color
Monochromatic Colors of #902CCF
Black with #902CCF
Text Example
Text Example
White with #902CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902CCF; }
p { color: rgb(144,44,207); }
H1.HeaderClassName
{
color: #902CCF;
}
.AnyTagClassName
{
color: #902CCF;
}
</style>
background-color css
<style>
a { background-color: #902CCF; }
a { background-color: rgb(144,44,207); }
div.DivClassName
{
background-color: #902CCF;
}
.BgClassName
{
background-color: #902CCF;
}
</style>
border-color css
<style>
span { border-color: #902CCF; }
span { border-color: rgb(144,44,207); }
td.TdClassName
{
border-color: #902CCF;
}
.TagClassName
{
border-color: #902CCF;
}
</style>