Shades of Dark Orchid #9B42CA
Tints of Dark Orchid #9B42CA
RGB
CMYK
RGB Variations
Color information
#9B42CA (or 0x9B42CA) is known color: Dark Orchid. HEX triplet: 9B, 42 and CA. RGB value is (155,66,202). Sum of RGB (Red+Green+Blue) = 155+66+202=423 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.64% from 423); Green value is 66 (26.17% from 255 or 15.60% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #9B42CA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9B42CA is #64BD35. Grayscale: #6B6B6B. Windows color (decimal): -6602038 or 13255323. OLE color: 13255323.
HSL color Cylindrical-coordinate representation of color #9B42CA: hue angle of 279.26º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9B42CA is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 155 | 66 | 202 | - |
| CMYK | 0.23 | 0.67 | 0 | 0.21 |
| HSL | 279.26º | 0.56% | 0.53% | - |
| HSV(B) | 279.26º | 0.67% | 0.79% | - |
| XYZ | 26.13 | 15.13 | 57.42 | - |
| YUV | 108.12 | 180.99 | 161.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 66 | 202 | 0.23 | 0.67 | 0 | 0.21 | 279.26 | 0.56 | 0.53 |
| Hex | 9B | 42 | CA | 17 | 43 | 0 | 15 | 117 | 38 | 35 |
| Octal | 233 | 102 | 312 | 27 | 103 | 0 | 25 | 427 | 70 | 65 |
| Binary | 10011011 | 1000010 | 11001010 | 10111 | 1000011 | 0 | 10101 | 100010111 | 111000 | 110101 |
Color Harmonies of #9B42CA
Complementary color
Monochromatic Colors of #9B42CA
Black with #9B42CA
Text Example
Text Example
White with #9B42CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B42CA; }
p { color: rgb(155,66,202); }
H1.HeaderClassName
{
color: #9B42CA;
}
.AnyTagClassName
{
color: #9B42CA;
}
</style>
background-color css
<style>
a { background-color: #9B42CA; }
a { background-color: rgb(155,66,202); }
div.DivClassName
{
background-color: #9B42CA;
}
.BgClassName
{
background-color: #9B42CA;
}
</style>
border-color css
<style>
span { border-color: #9B42CA; }
span { border-color: rgb(155,66,202); }
td.TdClassName
{
border-color: #9B42CA;
}
.TagClassName
{
border-color: #9B42CA;
}
</style>