Shades of Dark Violet #9008C1
Tints of Dark Violet #9008C1
RGB
CMYK
RGB Variations
Color information
#9008C1 (or 0x9008C1) is known color: Dark Violet. HEX triplet: 90, 08 and C1. RGB value is (144,8,193). Sum of RGB (Red+Green+Blue) = 144+8+193=345 (45% of max value = 765). Red value is 144 (56.64% from 255 or 41.74% from 345); Green value is 8 (3.52% from 255 or 2.32% from 345); Blue value is 193 (75.78% from 255 or 55.94% from 345); Max value from RGB is 193 - color contains mainly: blue. Hex color #9008C1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9008C1 is #6FF73E. Grayscale: #454545. Windows color (decimal): -7337791 or 12650640. OLE color: 12650640.
HSL color Cylindrical-coordinate representation of color #9008C1: hue angle of 284.11º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9008C1 is Cyan = 0.25, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 144 | 8 | 193 | - |
| CMYK | 0.25 | 0.96 | 0 | 0.24 |
| HSL | 284.11º | 0.92% | 0.39% | - |
| HSV(B) | 284.11º | 0.96% | 0.76% | - |
| XYZ | 21.21 | 9.95 | 51.26 | - |
| YUV | 69.75 | 197.56 | 180.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 8 | 193 | 0.25 | 0.96 | 0 | 0.24 | 284.11 | 0.92 | 0.39 |
| Hex | 90 | 8 | C1 | 19 | 60 | 0 | 18 | 11C | 5C | 27 |
| Octal | 220 | 10 | 301 | 31 | 140 | 0 | 30 | 434 | 134 | 47 |
| Binary | 10010000 | 1000 | 11000001 | 11001 | 1100000 | 0 | 11000 | 100011100 | 1011100 | 100111 |
Color Harmonies of #9008C1
Complementary color
Monochromatic Colors of #9008C1
Black with #9008C1
Text Example
Text Example
White with #9008C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9008C1; }
p { color: rgb(144,8,193); }
H1.HeaderClassName
{
color: #9008C1;
}
.AnyTagClassName
{
color: #9008C1;
}
</style>
background-color css
<style>
a { background-color: #9008C1; }
a { background-color: rgb(144,8,193); }
div.DivClassName
{
background-color: #9008C1;
}
.BgClassName
{
background-color: #9008C1;
}
</style>
border-color css
<style>
span { border-color: #9008C1; }
span { border-color: rgb(144,8,193); }
td.TdClassName
{
border-color: #9008C1;
}
.TagClassName
{
border-color: #9008C1;
}
</style>