Shades of Dark Violet #9A00C6
Tints of Dark Violet #9A00C6
RGB
CMYK
RGB Variations
Color information
#9A00C6 (or 0x9A00C6) is known color: Dark Violet. HEX triplet: 9A, 00 and C6. RGB value is (154,0,198). Sum of RGB (Red+Green+Blue) = 154+0+198=352 (46% of max value = 765). Red value is 154 (60.55% from 255 or 43.75% from 352); Green value is 0 (0.39% from 255 or 0% from 352); Blue value is 198 (77.73% from 255 or 56.25% from 352); Max value from RGB is 198 - color contains mainly: blue. Hex color #9A00C6 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9A00C6 is #65FF39. Grayscale: #434343. Windows color (decimal): -6684474 or 12976282. OLE color: 12976282.
HSL color Cylindrical-coordinate representation of color #9A00C6: hue angle of 286.67º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A00C6 is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 154 | 0 | 198 | - |
| CMYK | 0.22 | 1 | 0 | 0.22 |
| HSL | 286.67º | 1% | 0.39% | - |
| HSV(B) | 286.67º | 1% | 0.78% | - |
| XYZ | 23.52 | 10.95 | 54.3 | - |
| YUV | 68.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 0 | 198 | 0.22 | 1 | 0 | 0.22 | 286.67 | 1 | 0.39 |
| Hex | 9A | 0 | C6 | 16 | 64 | 0 | 16 | 11F | 64 | 27 |
| Octal | 232 | 0 | 306 | 26 | 144 | 0 | 26 | 437 | 144 | 47 |
| Binary | 10011010 | 0 | 11000110 | 10110 | 1100100 | 0 | 10110 | 100011111 | 1100100 | 100111 |
Color Harmonies of #9A00C6
Complementary color
Monochromatic Colors of #9A00C6
Black with #9A00C6
Text Example
Text Example
White with #9A00C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A00C6; }
p { color: rgb(154,0,198); }
H1.HeaderClassName
{
color: #9A00C6;
}
.AnyTagClassName
{
color: #9A00C6;
}
</style>
background-color css
<style>
a { background-color: #9A00C6; }
a { background-color: rgb(154,0,198); }
div.DivClassName
{
background-color: #9A00C6;
}
.BgClassName
{
background-color: #9A00C6;
}
</style>
border-color css
<style>
span { border-color: #9A00C6; }
span { border-color: rgb(154,0,198); }
td.TdClassName
{
border-color: #9A00C6;
}
.TagClassName
{
border-color: #9A00C6;
}
</style>