Shades of Dark Orchid #951FC1
Tints of Dark Orchid #951FC1
RGB
CMYK
RGB Variations
Color information
#951FC1 (or 0x951FC1) is known color: Dark Orchid. HEX triplet: 95, 1F and C1. RGB value is (149,31,193). Sum of RGB (Red+Green+Blue) = 149+31+193=373 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.95% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 193 (75.78% from 255 or 51.74% from 373); Max value from RGB is 193 - color contains mainly: blue. Hex color #951FC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951FC1 is #6AE03E. Grayscale: #545454. Windows color (decimal): -7004223 or 12656533. OLE color: 12656533.
HSL color Cylindrical-coordinate representation of color #951FC1: hue angle of 283.7º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #951FC1 is Cyan = 0.23, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
RGB | 149 | 31 | 193 | - |
CMYK | 0.23 | 0.84 | 0 | 0.24 |
HSL | 283.7º | 0.72% | 0.44% | - |
HSV(B) | 283.7º | 0.84% | 0.76% | - |
XYZ | 22.51 | 11.22 | 51.43 | - |
YUV | 84.75 | 189.09 | 173.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 149 | 31 | 193 | 0.23 | 0.84 | 0 | 0.24 | 283.7 | 0.72 | 0.44 |
Hex | 95 | 1F | C1 | 17 | 54 | 0 | 18 | 11C | 48 | 2C |
Octal | 225 | 37 | 301 | 27 | 124 | 0 | 30 | 434 | 110 | 54 |
Binary | 10010101 | 11111 | 11000001 | 10111 | 1010100 | 0 | 11000 | 100011100 | 1001000 | 101100 |
Color Harmonies of #951FC1
Complementary color
Monochromatic Colors of #951FC1
Black with #951FC1
Text Example
Text Example
White with #951FC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951FC1; }
p { color: rgb(149,31,193); }
H1.HeaderClassName
{
color: #951FC1;
}
.AnyTagClassName
{
color: #951FC1;
}
</style>
background-color css
<style>
a { background-color: #951FC1; }
a { background-color: rgb(149,31,193); }
div.DivClassName
{
background-color: #951FC1;
}
.BgClassName
{
background-color: #951FC1;
}
</style>
border-color css
<style>
span { border-color: #951FC1; }
span { border-color: rgb(149,31,193); }
td.TdClassName
{
border-color: #951FC1;
}
.TagClassName
{
border-color: #951FC1;
}
</style>