Shades of Dark Orchid #951FC9
Tints of Dark Orchid #951FC9
RGB
CMYK
RGB Variations
Color information
#951FC9 (or 0x951FC9) is known color: Dark Orchid. HEX triplet: 95, 1F and C9. RGB value is (149,31,201). Sum of RGB (Red+Green+Blue) = 149+31+201=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 31 (12.5% from 255 or 8.14% from 381); Blue value is 201 (78.91% from 255 or 52.76% from 381); Max value from RGB is 201 - color contains mainly: blue. Hex color #951FC9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FC9 is #6AE036. Grayscale: #555555. Windows color (decimal): -7004215 or 13180821. OLE color: 13180821.
HSL color Cylindrical-coordinate representation of color #951FC9: hue angle of 281.65º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951FC9 is Cyan = 0.26, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 31 | 201 | - |
| CMYK | 0.26 | 0.85 | 0 | 0.21 |
| HSL | 281.65º | 0.73% | 0.45% | - |
| HSV(B) | 281.65º | 0.85% | 0.79% | - |
| XYZ | 23.43 | 11.59 | 56.26 | - |
| YUV | 85.66 | 193.09 | 173.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 31 | 201 | 0.26 | 0.85 | 0 | 0.21 | 281.65 | 0.73 | 0.45 |
| Hex | 95 | 1F | C9 | 1A | 55 | 0 | 15 | 11A | 49 | 2D |
| Octal | 225 | 37 | 311 | 32 | 125 | 0 | 25 | 432 | 111 | 55 |
| Binary | 10010101 | 11111 | 11001001 | 11010 | 1010101 | 0 | 10101 | 100011010 | 1001001 | 101101 |
Color Harmonies of #951FC9
Complementary color
Monochromatic Colors of #951FC9
Black with #951FC9
Text Example
Text Example
White with #951FC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FC9; }
p { color: rgb(149,31,201); }
H1.HeaderClassName
{
color: #951FC9;
}
.AnyTagClassName
{
color: #951FC9;
}
</style>
background-color css
<style>
a { background-color: #951FC9; }
a { background-color: rgb(149,31,201); }
div.DivClassName
{
background-color: #951FC9;
}
.BgClassName
{
background-color: #951FC9;
}
</style>
border-color css
<style>
span { border-color: #951FC9; }
span { border-color: rgb(149,31,201); }
td.TdClassName
{
border-color: #951FC9;
}
.TagClassName
{
border-color: #951FC9;
}
</style>