Shades of Dark Orchid #961FBD
Tints of Dark Orchid #961FBD
RGB
CMYK
RGB Variations
Color information
#961FBD (or 0x961FBD) is known color: Dark Orchid. HEX triplet: 96, 1F and BD. RGB value is (150,31,189). Sum of RGB (Red+Green+Blue) = 150+31+189=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 31 (12.5% from 255 or 8.38% from 370); Blue value is 189 (74.22% from 255 or 51.08% from 370); Max value from RGB is 189 - color contains mainly: blue. Hex color #961FBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #961FBD is #69E042. Grayscale: #545454. Windows color (decimal): -6938691 or 12394390. OLE color: 12394390.
HSL color Cylindrical-coordinate representation of color #961FBD: hue angle of 285.19º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #961FBD is Cyan = 0.21, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 150 | 31 | 189 | - |
| CMYK | 0.21 | 0.84 | 0 | 0.26 |
| HSL | 285.19º | 0.72% | 0.43% | - |
| HSV(B) | 285.19º | 0.84% | 0.74% | - |
| XYZ | 22.25 | 11.14 | 49.12 | - |
| YUV | 84.59 | 186.92 | 174.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 31 | 189 | 0.21 | 0.84 | 0 | 0.26 | 285.19 | 0.72 | 0.43 |
| Hex | 96 | 1F | BD | 15 | 54 | 0 | 1A | 11D | 48 | 2B |
| Octal | 226 | 37 | 275 | 25 | 124 | 0 | 32 | 435 | 110 | 53 |
| Binary | 10010110 | 11111 | 10111101 | 10101 | 1010100 | 0 | 11010 | 100011101 | 1001000 | 101011 |
Color Harmonies of #961FBD
Complementary color
Monochromatic Colors of #961FBD
Black with #961FBD
Text Example
Text Example
White with #961FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961FBD; }
p { color: rgb(150,31,189); }
H1.HeaderClassName
{
color: #961FBD;
}
.AnyTagClassName
{
color: #961FBD;
}
</style>
background-color css
<style>
a { background-color: #961FBD; }
a { background-color: rgb(150,31,189); }
div.DivClassName
{
background-color: #961FBD;
}
.BgClassName
{
background-color: #961FBD;
}
</style>
border-color css
<style>
span { border-color: #961FBD; }
span { border-color: rgb(150,31,189); }
td.TdClassName
{
border-color: #961FBD;
}
.TagClassName
{
border-color: #961FBD;
}
</style>