Shades of Dark Orchid #932DC8
Tints of Dark Orchid #932DC8
RGB
CMYK
RGB Variations
Color information
#932DC8 (or 0x932DC8) is known color: Dark Orchid. HEX triplet: 93, 2D and C8. RGB value is (147,45,200). Sum of RGB (Red+Green+Blue) = 147+45+200=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 45 (17.97% from 255 or 11.48% from 392); Blue value is 200 (78.52% from 255 or 51.02% from 392); Max value from RGB is 200 - color contains mainly: blue. Hex color #932DC8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932DC8 is #6CD237. Grayscale: #5C5C5C. Windows color (decimal): -7131704 or 13118867. OLE color: 13118867.
HSL color Cylindrical-coordinate representation of color #932DC8: hue angle of 279.48º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932DC8 is Cyan = 0.26, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 147 | 45 | 200 | - |
| CMYK | 0.26 | 0.78 | 0 | 0.22 |
| HSL | 279.48º | 0.63% | 0.48% | - |
| HSV(B) | 279.48º | 0.78% | 0.78% | - |
| XYZ | 23.4 | 12.25 | 55.77 | - |
| YUV | 93.17 | 188.29 | 166.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 45 | 200 | 0.26 | 0.78 | 0 | 0.22 | 279.48 | 0.63 | 0.48 |
| Hex | 93 | 2D | C8 | 1A | 4E | 0 | 16 | 117 | 3F | 30 |
| Octal | 223 | 55 | 310 | 32 | 116 | 0 | 26 | 427 | 77 | 60 |
| Binary | 10010011 | 101101 | 11001000 | 11010 | 1001110 | 0 | 10110 | 100010111 | 111111 | 110000 |
Color Harmonies of #932DC8
Complementary color
Monochromatic Colors of #932DC8
Black with #932DC8
Text Example
Text Example
White with #932DC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932DC8; }
p { color: rgb(147,45,200); }
H1.HeaderClassName
{
color: #932DC8;
}
.AnyTagClassName
{
color: #932DC8;
}
</style>
background-color css
<style>
a { background-color: #932DC8; }
a { background-color: rgb(147,45,200); }
div.DivClassName
{
background-color: #932DC8;
}
.BgClassName
{
background-color: #932DC8;
}
</style>
border-color css
<style>
span { border-color: #932DC8; }
span { border-color: rgb(147,45,200); }
td.TdClassName
{
border-color: #932DC8;
}
.TagClassName
{
border-color: #932DC8;
}
</style>