Shades of Dark Orchid #9335CF
Tints of Dark Orchid #9335CF
RGB
CMYK
RGB Variations
Color information
#9335CF (or 0x9335CF) is known color: Dark Orchid. HEX triplet: 93, 35 and CF. RGB value is (147,53,207). Sum of RGB (Red+Green+Blue) = 147+53+207=407 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.12% from 407); Green value is 53 (21.09% from 255 or 13.02% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #9335CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9335CF is #6CCA30. Grayscale: #626262. Windows color (decimal): -7129649 or 13579667. OLE color: 13579667.
HSL color Cylindrical-coordinate representation of color #9335CF: hue angle of 276.62º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9335CF is Cyan = 0.29, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 53 | 207 | - |
| CMYK | 0.29 | 0.74 | 0 | 0.19 |
| HSL | 276.62º | 0.62% | 0.51% | - |
| HSV(B) | 276.62º | 0.74% | 0.81% | - |
| XYZ | 24.57 | 13.25 | 60.29 | - |
| YUV | 98.66 | 189.14 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 53 | 207 | 0.29 | 0.74 | 0 | 0.19 | 276.62 | 0.62 | 0.51 |
| Hex | 93 | 35 | CF | 1D | 4A | 0 | 13 | 115 | 3E | 33 |
| Octal | 223 | 65 | 317 | 35 | 112 | 0 | 23 | 425 | 76 | 63 |
| Binary | 10010011 | 110101 | 11001111 | 11101 | 1001010 | 0 | 10011 | 100010101 | 111110 | 110011 |
Color Harmonies of #9335CF
Complementary color
Monochromatic Colors of #9335CF
Black with #9335CF
Text Example
Text Example
White with #9335CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9335CF; }
p { color: rgb(147,53,207); }
H1.HeaderClassName
{
color: #9335CF;
}
.AnyTagClassName
{
color: #9335CF;
}
</style>
background-color css
<style>
a { background-color: #9335CF; }
a { background-color: rgb(147,53,207); }
div.DivClassName
{
background-color: #9335CF;
}
.BgClassName
{
background-color: #9335CF;
}
</style>
border-color css
<style>
span { border-color: #9335CF; }
span { border-color: rgb(147,53,207); }
td.TdClassName
{
border-color: #9335CF;
}
.TagClassName
{
border-color: #9335CF;
}
</style>