Shades of Dark Orchid #902DCF
Tints of Dark Orchid #902DCF
RGB
CMYK
RGB Variations
Color information
#902DCF (or 0x902DCF) is known color: Dark Orchid. HEX triplet: 90, 2D and CF. RGB value is (144,45,207). Sum of RGB (Red+Green+Blue) = 144+45+207=396 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.36% from 396); Green value is 45 (17.97% from 255 or 11.36% from 396); Blue value is 207 (81.25% from 255 or 52.27% from 396); Max value from RGB is 207 - color contains mainly: blue. Hex color #902DCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #902DCF is #6FD230. Grayscale: #5C5C5C. Windows color (decimal): -7328305 or 13577616. OLE color: 13577616.
HSL color Cylindrical-coordinate representation of color #902DCF: hue angle of 276.67º degrees, saturation: 0.64, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #902DCF is Cyan = 0.30, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 144 | 45 | 207 | - |
| CMYK | 0.30 | 0.78 | 0 | 0.19 |
| HSL | 276.67º | 0.64% | 0.49% | - |
| HSV(B) | 276.67º | 0.78% | 0.81% | - |
| XYZ | 23.7 | 12.31 | 60.16 | - |
| YUV | 93.07 | 192.3 | 164.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 45 | 207 | 0.30 | 0.78 | 0 | 0.19 | 276.67 | 0.64 | 0.49 |
| Hex | 90 | 2D | CF | 1E | 4E | 0 | 13 | 115 | 40 | 31 |
| Octal | 220 | 55 | 317 | 36 | 116 | 0 | 23 | 425 | 100 | 61 |
| Binary | 10010000 | 101101 | 11001111 | 11110 | 1001110 | 0 | 10011 | 100010101 | 1000000 | 110001 |
Color Harmonies of #902DCF
Complementary color
Monochromatic Colors of #902DCF
Black with #902DCF
Text Example
Text Example
White with #902DCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #902DCF; }
p { color: rgb(144,45,207); }
H1.HeaderClassName
{
color: #902DCF;
}
.AnyTagClassName
{
color: #902DCF;
}
</style>
background-color css
<style>
a { background-color: #902DCF; }
a { background-color: rgb(144,45,207); }
div.DivClassName
{
background-color: #902DCF;
}
.BgClassName
{
background-color: #902DCF;
}
</style>
border-color css
<style>
span { border-color: #902DCF; }
span { border-color: rgb(144,45,207); }
td.TdClassName
{
border-color: #902DCF;
}
.TagClassName
{
border-color: #902DCF;
}
</style>