Shades of Dark Violet #9509E6
Tints of Dark Violet #9509E6
RGB
CMYK
RGB Variations
Color information
#9509E6 (or 0x9509E6) is known color: Dark Violet. HEX triplet: 95, 09 and E6. RGB value is (149,9,230). Sum of RGB (Red+Green+Blue) = 149+9+230=388 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.40% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 230 (90.23% from 255 or 59.28% from 388); Max value from RGB is 230 - color contains mainly: blue. Hex color #9509E6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9509E6 is #6AF619. Grayscale: #4B4B4B. Windows color (decimal): -7009818 or 15075733. OLE color: 15075733.
HSL color Cylindrical-coordinate representation of color #9509E6: hue angle of 278.01º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9509E6 is Cyan = 0.35, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 149 | 9 | 230 | - |
| CMYK | 0.35 | 0.96 | 0 | 0.10 |
| HSL | 278.01º | 0.92% | 0.47% | - |
| HSV(B) | 278.01º | 0.96% | 0.9% | - |
| XYZ | 26.78 | 12.3 | 75.83 | - |
| YUV | 76.05 | 214.88 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 9 | 230 | 0.35 | 0.96 | 0 | 0.10 | 278.01 | 0.92 | 0.47 |
| Hex | 95 | 9 | E6 | 23 | 60 | 0 | A | 116 | 5C | 2F |
| Octal | 225 | 11 | 346 | 43 | 140 | 0 | 12 | 426 | 134 | 57 |
| Binary | 10010101 | 1001 | 11100110 | 100011 | 1100000 | 0 | 1010 | 100010110 | 1011100 | 101111 |
Color Harmonies of #9509E6
Complementary color
Monochromatic Colors of #9509E6
Black with #9509E6
Text Example
Text Example
White with #9509E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9509E6; }
p { color: rgb(149,9,230); }
H1.HeaderClassName
{
color: #9509E6;
}
.AnyTagClassName
{
color: #9509E6;
}
</style>
background-color css
<style>
a { background-color: #9509E6; }
a { background-color: rgb(149,9,230); }
div.DivClassName
{
background-color: #9509E6;
}
.BgClassName
{
background-color: #9509E6;
}
</style>
border-color css
<style>
span { border-color: #9509E6; }
span { border-color: rgb(149,9,230); }
td.TdClassName
{
border-color: #9509E6;
}
.TagClassName
{
border-color: #9509E6;
}
</style>