Shades of Dark Orchid #962BCF
Tints of Dark Orchid #962BCF
RGB
CMYK
RGB Variations
Color information
#962BCF (or 0x962BCF) is known color: Dark Orchid. HEX triplet: 96, 2B and CF. RGB value is (150,43,207). Sum of RGB (Red+Green+Blue) = 150+43+207=400 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.5% from 400); Green value is 43 (17.19% from 255 or 10.75% from 400); Blue value is 207 (81.25% from 255 or 51.75% from 400); Max value from RGB is 207 - color contains mainly: blue. Hex color #962BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962BCF is #69D430. Grayscale: #5D5D5D. Windows color (decimal): -6935601 or 13577110. OLE color: 13577110.
HSL color Cylindrical-coordinate representation of color #962BCF: hue angle of 279.15º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #962BCF is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 43 | 207 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.19 |
| HSL | 279.15º | 0.66% | 0.49% | - |
| HSV(B) | 279.15º | 0.79% | 0.81% | - |
| XYZ | 24.7 | 12.72 | 60.18 | - |
| YUV | 93.69 | 191.95 | 168.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 207 | 0.28 | 0.79 | 0 | 0.19 | 279.15 | 0.66 | 0.49 |
| Hex | 96 | 2B | CF | 1C | 4F | 0 | 13 | 117 | 42 | 31 |
| Octal | 226 | 53 | 317 | 34 | 117 | 0 | 23 | 427 | 102 | 61 |
| Binary | 10010110 | 101011 | 11001111 | 11100 | 1001111 | 0 | 10011 | 100010111 | 1000010 | 110001 |
Color Harmonies of #962BCF
Complementary color
Monochromatic Colors of #962BCF
Black with #962BCF
Text Example
Text Example
White with #962BCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962BCF; }
p { color: rgb(150,43,207); }
H1.HeaderClassName
{
color: #962BCF;
}
.AnyTagClassName
{
color: #962BCF;
}
</style>
background-color css
<style>
a { background-color: #962BCF; }
a { background-color: rgb(150,43,207); }
div.DivClassName
{
background-color: #962BCF;
}
.BgClassName
{
background-color: #962BCF;
}
</style>
border-color css
<style>
span { border-color: #962BCF; }
span { border-color: rgb(150,43,207); }
td.TdClassName
{
border-color: #962BCF;
}
.TagClassName
{
border-color: #962BCF;
}
</style>