Shades of Dark Orchid #951AB4
Tints of Dark Orchid #951AB4
RGB
CMYK
RGB Variations
Color information
#951AB4 (or 0x951AB4) is known color: Dark Orchid. HEX triplet: 95, 1A and B4. RGB value is (149,26,180). Sum of RGB (Red+Green+Blue) = 149+26+180=355 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.97% from 355); Green value is 26 (10.55% from 255 or 7.32% from 355); Blue value is 180 (70.70% from 255 or 50.70% from 355); Max value from RGB is 180 - color contains mainly: blue. Hex color #951AB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #951AB4 is #6AE54B. Grayscale: #4F4F4F. Windows color (decimal): -7005516 or 11803285. OLE color: 11803285.
HSL color Cylindrical-coordinate representation of color #951AB4: hue angle of 287.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #951AB4 is Cyan = 0.17, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 149 | 26 | 180 | - |
| CMYK | 0.17 | 0.86 | 0 | 0.29 |
| HSL | 287.92º | 0.75% | 0.4% | - |
| HSV(B) | 287.92º | 0.86% | 0.71% | - |
| XYZ | 21 | 10.42 | 44.09 | - |
| YUV | 80.33 | 184.25 | 176.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 26 | 180 | 0.17 | 0.86 | 0 | 0.29 | 287.92 | 0.75 | 0.4 |
| Hex | 95 | 1A | B4 | 11 | 56 | 0 | 1D | 120 | 4B | 28 |
| Octal | 225 | 32 | 264 | 21 | 126 | 0 | 35 | 440 | 113 | 50 |
| Binary | 10010101 | 11010 | 10110100 | 10001 | 1010110 | 0 | 11101 | 100100000 | 1001011 | 101000 |
Color Harmonies of #951AB4
Complementary color
Monochromatic Colors of #951AB4
Black with #951AB4
Text Example
Text Example
White with #951AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #951AB4; }
p { color: rgb(149,26,180); }
H1.HeaderClassName
{
color: #951AB4;
}
.AnyTagClassName
{
color: #951AB4;
}
</style>
background-color css
<style>
a { background-color: #951AB4; }
a { background-color: rgb(149,26,180); }
div.DivClassName
{
background-color: #951AB4;
}
.BgClassName
{
background-color: #951AB4;
}
</style>
border-color css
<style>
span { border-color: #951AB4; }
span { border-color: rgb(149,26,180); }
td.TdClassName
{
border-color: #951AB4;
}
.TagClassName
{
border-color: #951AB4;
}
</style>