Shades of Dark Orchid #951BC3
Tints of Dark Orchid #951BC3
RGB
CMYK
RGB Variations
Color information
#951BC3 (or 0x951BC3) is known color: Dark Orchid. HEX triplet: 95, 1B and C3. RGB value is (149,27,195). Sum of RGB (Red+Green+Blue) = 149+27+195=371 (49% of max value = 765). Red value is 149 (58.59% from 255 or 40.16% from 371); Green value is 27 (10.94% from 255 or 7.28% from 371); Blue value is 195 (76.56% from 255 or 52.56% from 371); Max value from RGB is 195 - color contains mainly: blue. Hex color #951BC3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951BC3 is #6AE43C. Grayscale: #525252. Windows color (decimal): -7005245 or 12786581. OLE color: 12786581.
HSL color Cylindrical-coordinate representation of color #951BC3: hue angle of 283.57º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951BC3 is Cyan = 0.24, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 27 | 195 | - |
| CMYK | 0.24 | 0.86 | 0 | 0.24 |
| HSL | 283.57º | 0.76% | 0.44% | - |
| HSV(B) | 283.57º | 0.86% | 0.76% | - |
| XYZ | 22.64 | 11.11 | 52.58 | - |
| YUV | 82.63 | 191.42 | 175.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 27 | 195 | 0.24 | 0.86 | 0 | 0.24 | 283.57 | 0.76 | 0.44 |
| Hex | 95 | 1B | C3 | 18 | 56 | 0 | 18 | 11C | 4C | 2C |
| Octal | 225 | 33 | 303 | 30 | 126 | 0 | 30 | 434 | 114 | 54 |
| Binary | 10010101 | 11011 | 11000011 | 11000 | 1010110 | 0 | 11000 | 100011100 | 1001100 | 101100 |
Color Harmonies of #951BC3
Complementary color
Monochromatic Colors of #951BC3
Black with #951BC3
Text Example
Text Example
White with #951BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951BC3; }
p { color: rgb(149,27,195); }
H1.HeaderClassName
{
color: #951BC3;
}
.AnyTagClassName
{
color: #951BC3;
}
</style>
background-color css
<style>
a { background-color: #951BC3; }
a { background-color: rgb(149,27,195); }
div.DivClassName
{
background-color: #951BC3;
}
.BgClassName
{
background-color: #951BC3;
}
</style>
border-color css
<style>
span { border-color: #951BC3; }
span { border-color: rgb(149,27,195); }
td.TdClassName
{
border-color: #951BC3;
}
.TagClassName
{
border-color: #951BC3;
}
</style>