Shades of Dark Orchid #952BBF
Tints of Dark Orchid #952BBF
RGB
CMYK
RGB Variations
Color information
#952BBF (or 0x952BBF) is known color: Dark Orchid. HEX triplet: 95, 2B and BF. RGB value is (149,43,191). Sum of RGB (Red+Green+Blue) = 149+43+191=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 43 (17.19% from 255 or 11.23% from 383); Blue value is 191 (75% from 255 or 49.87% from 383); Max value from RGB is 191 - color contains mainly: blue. Hex color #952BBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #952BBF is #6AD440. Grayscale: #5B5B5B. Windows color (decimal): -7001153 or 12528533. OLE color: 12528533.
HSL color Cylindrical-coordinate representation of color #952BBF: hue angle of 282.97º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #952BBF is Cyan = 0.22, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 43 | 191 | - |
| CMYK | 0.22 | 0.77 | 0 | 0.25 |
| HSL | 282.97º | 0.63% | 0.46% | - |
| HSV(B) | 282.97º | 0.77% | 0.75% | - |
| XYZ | 22.66 | 11.88 | 50.39 | - |
| YUV | 91.57 | 184.12 | 168.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 43 | 191 | 0.22 | 0.77 | 0 | 0.25 | 282.97 | 0.63 | 0.46 |
| Hex | 95 | 2B | BF | 16 | 4D | 0 | 19 | 11B | 3F | 2E |
| Octal | 225 | 53 | 277 | 26 | 115 | 0 | 31 | 433 | 77 | 56 |
| Binary | 10010101 | 101011 | 10111111 | 10110 | 1001101 | 0 | 11001 | 100011011 | 111111 | 101110 |
Color Harmonies of #952BBF
Complementary color
Monochromatic Colors of #952BBF
Black with #952BBF
Text Example
Text Example
White with #952BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #952BBF; }
p { color: rgb(149,43,191); }
H1.HeaderClassName
{
color: #952BBF;
}
.AnyTagClassName
{
color: #952BBF;
}
</style>
background-color css
<style>
a { background-color: #952BBF; }
a { background-color: rgb(149,43,191); }
div.DivClassName
{
background-color: #952BBF;
}
.BgClassName
{
background-color: #952BBF;
}
</style>
border-color css
<style>
span { border-color: #952BBF; }
span { border-color: rgb(149,43,191); }
td.TdClassName
{
border-color: #952BBF;
}
.TagClassName
{
border-color: #952BBF;
}
</style>