Shades of Dark Orchid #951AB3
Tints of Dark Orchid #951AB3
RGB
CMYK
RGB Variations
Color information
#951AB3 (or 0x951AB3) is known color: Dark Orchid. HEX triplet: 95, 1A and B3. RGB value is (149,26,179). Sum of RGB (Red+Green+Blue) = 149+26+179=354 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.09% from 354); Green value is 26 (10.55% from 255 or 7.34% from 354); Blue value is 179 (70.31% from 255 or 50.56% from 354); Max value from RGB is 179 - color contains mainly: blue. Hex color #951AB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AB3 is #6AE54C. Grayscale: #4F4F4F. Windows color (decimal): -7005517 or 11737749. OLE color: 11737749.
HSL color Cylindrical-coordinate representation of color #951AB3: hue angle of 288.24º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #951AB3 is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 149 | 26 | 179 | - |
| CMYK | 0.17 | 0.85 | 0 | 0.30 |
| HSL | 288.24º | 0.75% | 0.4% | - |
| HSV(B) | 288.24º | 0.85% | 0.7% | - |
| XYZ | 20.9 | 10.38 | 43.55 | - |
| YUV | 80.22 | 183.75 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 179 | 0.17 | 0.85 | 0 | 0.30 | 288.24 | 0.75 | 0.4 |
| Hex | 95 | 1A | B3 | 11 | 55 | 0 | 1E | 120 | 4B | 28 |
| Octal | 225 | 32 | 263 | 21 | 125 | 0 | 36 | 440 | 113 | 50 |
| Binary | 10010101 | 11010 | 10110011 | 10001 | 1010101 | 0 | 11110 | 100100000 | 1001011 | 101000 |
Color Harmonies of #951AB3
Complementary color
Monochromatic Colors of #951AB3
Black with #951AB3
Text Example
Text Example
White with #951AB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AB3; }
p { color: rgb(149,26,179); }
H1.HeaderClassName
{
color: #951AB3;
}
.AnyTagClassName
{
color: #951AB3;
}
</style>
background-color css
<style>
a { background-color: #951AB3; }
a { background-color: rgb(149,26,179); }
div.DivClassName
{
background-color: #951AB3;
}
.BgClassName
{
background-color: #951AB3;
}
</style>
border-color css
<style>
span { border-color: #951AB3; }
span { border-color: rgb(149,26,179); }
td.TdClassName
{
border-color: #951AB3;
}
.TagClassName
{
border-color: #951AB3;
}
</style>