Shades of Dark Orchid #902BCF
Tints of Dark Orchid #902BCF
RGB
CMYK
RGB Variations
Color information
#902BCF (or 0x902BCF) is known color: Dark Orchid. HEX triplet: 90, 2B and CF. RGB value is (144,43,207). Sum of RGB (Red+Green+Blue) = 144+43+207=394 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.55% from 394); Green value is 43 (17.19% from 255 or 10.91% from 394); Blue value is 207 (81.25% from 255 or 52.54% from 394); Max value from RGB is 207 - color contains mainly: blue. Hex color #902BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902BCF is #6FD430. Grayscale: #5B5B5B. Windows color (decimal): -7328817 or 13577104. OLE color: 13577104.
HSL color Cylindrical-coordinate representation of color #902BCF: hue angle of 276.95º degrees, saturation: 0.66, 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 #902BCF is Cyan = 0.30, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 43 | 207 | - |
| CMYK | 0.30 | 0.79 | 0 | 0.19 |
| HSL | 276.95º | 0.66% | 0.49% | - |
| HSV(B) | 276.95º | 0.79% | 0.81% | - |
| XYZ | 23.63 | 12.16 | 60.13 | - |
| YUV | 91.9 | 192.96 | 165.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 43 | 207 | 0.30 | 0.79 | 0 | 0.19 | 276.95 | 0.66 | 0.49 |
| Hex | 90 | 2B | CF | 1E | 4F | 0 | 13 | 115 | 42 | 31 |
| Octal | 220 | 53 | 317 | 36 | 117 | 0 | 23 | 425 | 102 | 61 |
| Binary | 10010000 | 101011 | 11001111 | 11110 | 1001111 | 0 | 10011 | 100010101 | 1000010 | 110001 |
Color Harmonies of #902BCF
Complementary color
Monochromatic Colors of #902BCF
Black with #902BCF
Text Example
Text Example
White with #902BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902BCF; }
p { color: rgb(144,43,207); }
H1.HeaderClassName
{
color: #902BCF;
}
.AnyTagClassName
{
color: #902BCF;
}
</style>
background-color css
<style>
a { background-color: #902BCF; }
a { background-color: rgb(144,43,207); }
div.DivClassName
{
background-color: #902BCF;
}
.BgClassName
{
background-color: #902BCF;
}
</style>
border-color css
<style>
span { border-color: #902BCF; }
span { border-color: rgb(144,43,207); }
td.TdClassName
{
border-color: #902BCF;
}
.TagClassName
{
border-color: #902BCF;
}
</style>