Shades of Dark Orchid #962ACF
Tints of Dark Orchid #962ACF
RGB
CMYK
RGB Variations
Color information
#962ACF (or 0x962ACF) is known color: Dark Orchid. HEX triplet: 96, 2A and CF. RGB value is (150,42,207). Sum of RGB (Red+Green+Blue) = 150+42+207=399 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.59% from 399); Green value is 42 (16.80% from 255 or 10.53% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #962ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #962ACF is #69D530. Grayscale: #5C5C5C. Windows color (decimal): -6935857 or 13576854. OLE color: 13576854.
HSL color Cylindrical-coordinate representation of color #962ACF: hue angle of 279.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #962ACF is Cyan = 0.28, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 42 | 207 | - |
| CMYK | 0.28 | 0.80 | 0 | 0.19 |
| HSL | 279.27º | 0.66% | 0.49% | - |
| HSV(B) | 279.27º | 0.8% | 0.81% | - |
| XYZ | 24.67 | 12.64 | 60.17 | - |
| YUV | 93.1 | 192.28 | 168.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 207 | 0.28 | 0.80 | 0 | 0.19 | 279.27 | 0.66 | 0.49 |
| Hex | 96 | 2A | CF | 1C | 50 | 0 | 13 | 117 | 42 | 31 |
| Octal | 226 | 52 | 317 | 34 | 120 | 0 | 23 | 427 | 102 | 61 |
| Binary | 10010110 | 101010 | 11001111 | 11100 | 1010000 | 0 | 10011 | 100010111 | 1000010 | 110001 |
Color Harmonies of #962ACF
Complementary color
Monochromatic Colors of #962ACF
Black with #962ACF
Text Example
Text Example
White with #962ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962ACF; }
p { color: rgb(150,42,207); }
H1.HeaderClassName
{
color: #962ACF;
}
.AnyTagClassName
{
color: #962ACF;
}
</style>
background-color css
<style>
a { background-color: #962ACF; }
a { background-color: rgb(150,42,207); }
div.DivClassName
{
background-color: #962ACF;
}
.BgClassName
{
background-color: #962ACF;
}
</style>
border-color css
<style>
span { border-color: #962ACF; }
span { border-color: rgb(150,42,207); }
td.TdClassName
{
border-color: #962ACF;
}
.TagClassName
{
border-color: #962ACF;
}
</style>