Shades of Dark Orchid #962BCA
Tints of Dark Orchid #962BCA
RGB
CMYK
RGB Variations
Color information
#962BCA (or 0x962BCA) is known color: Dark Orchid. HEX triplet: 96, 2B and CA. RGB value is (150,43,202). Sum of RGB (Red+Green+Blue) = 150+43+202=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 43 (17.19% from 255 or 10.89% from 395); Blue value is 202 (79.30% from 255 or 51.14% from 395); Max value from RGB is 202 - color contains mainly: blue. Hex color #962BCA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BCA is #69D435. Grayscale: #5C5C5C. Windows color (decimal): -6935606 or 13249430. OLE color: 13249430.
HSL color Cylindrical-coordinate representation of color #962BCA: hue angle of 280.38º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962BCA is Cyan = 0.26, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 150 | 43 | 202 | - |
| CMYK | 0.26 | 0.79 | 0 | 0.21 |
| HSL | 280.38º | 0.65% | 0.48% | - |
| HSV(B) | 280.38º | 0.79% | 0.79% | - |
| XYZ | 24.1 | 12.48 | 57.01 | - |
| YUV | 93.12 | 189.45 | 168.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 202 | 0.26 | 0.79 | 0 | 0.21 | 280.38 | 0.65 | 0.48 |
| Hex | 96 | 2B | CA | 1A | 4F | 0 | 15 | 118 | 41 | 30 |
| Octal | 226 | 53 | 312 | 32 | 117 | 0 | 25 | 430 | 101 | 60 |
| Binary | 10010110 | 101011 | 11001010 | 11010 | 1001111 | 0 | 10101 | 100011000 | 1000001 | 110000 |
Color Harmonies of #962BCA
Complementary color
Monochromatic Colors of #962BCA
Black with #962BCA
Text Example
Text Example
White with #962BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BCA; }
p { color: rgb(150,43,202); }
H1.HeaderClassName
{
color: #962BCA;
}
.AnyTagClassName
{
color: #962BCA;
}
</style>
background-color css
<style>
a { background-color: #962BCA; }
a { background-color: rgb(150,43,202); }
div.DivClassName
{
background-color: #962BCA;
}
.BgClassName
{
background-color: #962BCA;
}
</style>
border-color css
<style>
span { border-color: #962BCA; }
span { border-color: rgb(150,43,202); }
td.TdClassName
{
border-color: #962BCA;
}
.TagClassName
{
border-color: #962BCA;
}
</style>