Shades of Dark Orchid #961ACF
Tints of Dark Orchid #961ACF
RGB
CMYK
RGB Variations
Color information
#961ACF (or 0x961ACF) is known color: Dark Orchid. HEX triplet: 96, 1A and CF. RGB value is (150,26,207). Sum of RGB (Red+Green+Blue) = 150+26+207=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 26 (10.55% from 255 or 6.79% from 383); Blue value is 207 (81.25% from 255 or 54.05% from 383); Max value from RGB is 207 - color contains mainly: blue. Hex color #961ACF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961ACF is #69E530. Grayscale: #535353. Windows color (decimal): -6939953 or 13572758. OLE color: 13572758.
HSL color Cylindrical-coordinate representation of color #961ACF: hue angle of 281.1º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961ACF is Cyan = 0.28, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 150 | 26 | 207 | - |
| CMYK | 0.28 | 0.87 | 0 | 0.19 |
| HSL | 281.11º | 0.78% | 0.46% | - |
| HSV(B) | 281.11º | 0.87% | 0.81% | - |
| XYZ | 24.21 | 11.73 | 60.02 | - |
| YUV | 83.71 | 197.58 | 175.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 207 | 0.28 | 0.87 | 0 | 0.19 | 281.11 | 0.78 | 0.46 |
| Hex | 96 | 1A | CF | 1C | 57 | 0 | 13 | 119 | 4E | 2E |
| Octal | 226 | 32 | 317 | 34 | 127 | 0 | 23 | 431 | 116 | 56 |
| Binary | 10010110 | 11010 | 11001111 | 11100 | 1010111 | 0 | 10011 | 100011001 | 1001110 | 101110 |
Color Harmonies of #961ACF
Complementary color
Monochromatic Colors of #961ACF
Black with #961ACF
Text Example
Text Example
White with #961ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961ACF; }
p { color: rgb(150,26,207); }
H1.HeaderClassName
{
color: #961ACF;
}
.AnyTagClassName
{
color: #961ACF;
}
</style>
background-color css
<style>
a { background-color: #961ACF; }
a { background-color: rgb(150,26,207); }
div.DivClassName
{
background-color: #961ACF;
}
.BgClassName
{
background-color: #961ACF;
}
</style>
border-color css
<style>
span { border-color: #961ACF; }
span { border-color: rgb(150,26,207); }
td.TdClassName
{
border-color: #961ACF;
}
.TagClassName
{
border-color: #961ACF;
}
</style>