Shades of Dark Violet #9508C8
Tints of Dark Violet #9508C8
RGB
CMYK
RGB Variations
Color information
#9508C8 (or 0x9508C8) is known color: Dark Violet. HEX triplet: 95, 08 and C8. RGB value is (149,8,200). Sum of RGB (Red+Green+Blue) = 149+8+200=357 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.74% from 357); Green value is 8 (3.52% from 255 or 2.24% from 357); Blue value is 200 (78.52% from 255 or 56.02% from 357); Max value from RGB is 200 - color contains mainly: blue. Hex color #9508C8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9508C8 is #6AF737. Grayscale: #474747. Windows color (decimal): -7010104 or 13109397. OLE color: 13109397.
HSL color Cylindrical-coordinate representation of color #9508C8: hue angle of 284.06º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9508C8 is Cyan = 0.26, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 149 | 8 | 200 | - |
| CMYK | 0.26 | 0.96 | 0 | 0.22 |
| HSL | 284.06º | 0.92% | 0.41% | - |
| HSV(B) | 284.06º | 0.96% | 0.78% | - |
| XYZ | 22.91 | 10.73 | 55.51 | - |
| YUV | 72.05 | 200.21 | 182.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 8 | 200 | 0.26 | 0.96 | 0 | 0.22 | 284.06 | 0.92 | 0.41 |
| Hex | 95 | 8 | C8 | 1A | 60 | 0 | 16 | 11C | 5C | 29 |
| Octal | 225 | 10 | 310 | 32 | 140 | 0 | 26 | 434 | 134 | 51 |
| Binary | 10010101 | 1000 | 11001000 | 11010 | 1100000 | 0 | 10110 | 100011100 | 1011100 | 101001 |
Color Harmonies of #9508C8
Complementary color
Monochromatic Colors of #9508C8
Black with #9508C8
Text Example
Text Example
White with #9508C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9508C8; }
p { color: rgb(149,8,200); }
H1.HeaderClassName
{
color: #9508C8;
}
.AnyTagClassName
{
color: #9508C8;
}
</style>
background-color css
<style>
a { background-color: #9508C8; }
a { background-color: rgb(149,8,200); }
div.DivClassName
{
background-color: #9508C8;
}
.BgClassName
{
background-color: #9508C8;
}
</style>
border-color css
<style>
span { border-color: #9508C8; }
span { border-color: rgb(149,8,200); }
td.TdClassName
{
border-color: #9508C8;
}
.TagClassName
{
border-color: #9508C8;
}
</style>