Shades of Dark Orchid #961FB8
Tints of Dark Orchid #961FB8
RGB
CMYK
RGB Variations
Color information
#961FB8 (or 0x961FB8) is known color: Dark Orchid. HEX triplet: 96, 1F and B8. RGB value is (150,31,184). Sum of RGB (Red+Green+Blue) = 150+31+184=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 31 (12.5% from 255 or 8.49% from 365); Blue value is 184 (72.27% from 255 or 50.41% from 365); Max value from RGB is 184 - color contains mainly: blue. Hex color #961FB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FB8 is #69E047. Grayscale: #535353. Windows color (decimal): -6938696 or 12066710. OLE color: 12066710.
HSL color Cylindrical-coordinate representation of color #961FB8: hue angle of 286.67º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961FB8 is Cyan = 0.18, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 150 | 31 | 184 | - |
| CMYK | 0.18 | 0.83 | 0 | 0.28 |
| HSL | 286.67º | 0.71% | 0.42% | - |
| HSV(B) | 286.67º | 0.83% | 0.72% | - |
| XYZ | 21.72 | 10.92 | 46.31 | - |
| YUV | 84.02 | 184.42 | 175.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 184 | 0.18 | 0.83 | 0 | 0.28 | 286.67 | 0.71 | 0.42 |
| Hex | 96 | 1F | B8 | 12 | 53 | 0 | 1C | 11F | 47 | 2A |
| Octal | 226 | 37 | 270 | 22 | 123 | 0 | 34 | 437 | 107 | 52 |
| Binary | 10010110 | 11111 | 10111000 | 10010 | 1010011 | 0 | 11100 | 100011111 | 1000111 | 101010 |
Color Harmonies of #961FB8
Complementary color
Monochromatic Colors of #961FB8
Black with #961FB8
Text Example
Text Example
White with #961FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FB8; }
p { color: rgb(150,31,184); }
H1.HeaderClassName
{
color: #961FB8;
}
.AnyTagClassName
{
color: #961FB8;
}
</style>
background-color css
<style>
a { background-color: #961FB8; }
a { background-color: rgb(150,31,184); }
div.DivClassName
{
background-color: #961FB8;
}
.BgClassName
{
background-color: #961FB8;
}
</style>
border-color css
<style>
span { border-color: #961FB8; }
span { border-color: rgb(150,31,184); }
td.TdClassName
{
border-color: #961FB8;
}
.TagClassName
{
border-color: #961FB8;
}
</style>