Shades of Dark Orchid #962ACB
Tints of Dark Orchid #962ACB
RGB
CMYK
RGB Variations
Color information
#962ACB (or 0x962ACB) is known color: Dark Orchid. HEX triplet: 96, 2A and CB. RGB value is (150,42,203). Sum of RGB (Red+Green+Blue) = 150+42+203=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 42 (16.80% from 255 or 10.63% from 395); Blue value is 203 (79.69% from 255 or 51.39% from 395); Max value from RGB is 203 - color contains mainly: blue. Hex color #962ACB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ACB is #69D534. Grayscale: #5C5C5C. Windows color (decimal): -6935861 or 13314710. OLE color: 13314710.
HSL color Cylindrical-coordinate representation of color #962ACB: hue angle of 280.25º degrees, saturation: 0.66, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962ACB is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 42 | 203 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.20 |
| HSL | 280.25º | 0.66% | 0.48% | - |
| HSV(B) | 280.25º | 0.79% | 0.8% | - |
| XYZ | 24.19 | 12.45 | 57.63 | - |
| YUV | 92.65 | 190.28 | 168.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 203 | 0.26 | 0.79 | 0 | 0.20 | 280.25 | 0.66 | 0.48 |
| Hex | 96 | 2A | CB | 1A | 4F | 0 | 14 | 118 | 42 | 30 |
| Octal | 226 | 52 | 313 | 32 | 117 | 0 | 24 | 430 | 102 | 60 |
| Binary | 10010110 | 101010 | 11001011 | 11010 | 1001111 | 0 | 10100 | 100011000 | 1000010 | 110000 |
Color Harmonies of #962ACB
Complementary color
Monochromatic Colors of #962ACB
Black with #962ACB
Text Example
Text Example
White with #962ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ACB; }
p { color: rgb(150,42,203); }
H1.HeaderClassName
{
color: #962ACB;
}
.AnyTagClassName
{
color: #962ACB;
}
</style>
background-color css
<style>
a { background-color: #962ACB; }
a { background-color: rgb(150,42,203); }
div.DivClassName
{
background-color: #962ACB;
}
.BgClassName
{
background-color: #962ACB;
}
</style>
border-color css
<style>
span { border-color: #962ACB; }
span { border-color: rgb(150,42,203); }
td.TdClassName
{
border-color: #962ACB;
}
.TagClassName
{
border-color: #962ACB;
}
</style>