Shades of Dark Orchid #9433CE
Tints of Dark Orchid #9433CE
RGB
CMYK
RGB Variations
Color information
#9433CE (or 0x9433CE) is known color: Dark Orchid. HEX triplet: 94, 33 and CE. RGB value is (148,51,206). Sum of RGB (Red+Green+Blue) = 148+51+206=405 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.54% from 405); Green value is 51 (20.31% from 255 or 12.59% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #9433CE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433CE is #6BCC31. Grayscale: #616161. Windows color (decimal): -7064626 or 13513620. OLE color: 13513620.
HSL color Cylindrical-coordinate representation of color #9433CE: hue angle of 277.55º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #9433CE is Cyan = 0.28, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 51 | 206 | - |
| CMYK | 0.28 | 0.75 | 0 | 0.19 |
| HSL | 277.55º | 0.61% | 0.5% | - |
| HSV(B) | 277.55º | 0.75% | 0.81% | - |
| XYZ | 24.54 | 13.12 | 59.63 | - |
| YUV | 97.67 | 189.14 | 163.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 206 | 0.28 | 0.75 | 0 | 0.19 | 277.55 | 0.61 | 0.5 |
| Hex | 94 | 33 | CE | 1C | 4B | 0 | 13 | 116 | 3D | 32 |
| Octal | 224 | 63 | 316 | 34 | 113 | 0 | 23 | 426 | 75 | 62 |
| Binary | 10010100 | 110011 | 11001110 | 11100 | 1001011 | 0 | 10011 | 100010110 | 111101 | 110010 |
Color Harmonies of #9433CE
Complementary color
Monochromatic Colors of #9433CE
Black with #9433CE
Text Example
Text Example
White with #9433CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9433CE; }
p { color: rgb(148,51,206); }
H1.HeaderClassName
{
color: #9433CE;
}
.AnyTagClassName
{
color: #9433CE;
}
</style>
background-color css
<style>
a { background-color: #9433CE; }
a { background-color: rgb(148,51,206); }
div.DivClassName
{
background-color: #9433CE;
}
.BgClassName
{
background-color: #9433CE;
}
</style>
border-color css
<style>
span { border-color: #9433CE; }
span { border-color: rgb(148,51,206); }
td.TdClassName
{
border-color: #9433CE;
}
.TagClassName
{
border-color: #9433CE;
}
</style>