Shades of Dark Violet #9308C2
Tints of Dark Violet #9308C2
RGB
CMYK
RGB Variations
Color information
#9308C2 (or 0x9308C2) is known color: Dark Violet. HEX triplet: 93, 08 and C2. RGB value is (147,8,194). Sum of RGB (Red+Green+Blue) = 147+8+194=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 8 (3.52% from 255 or 2.29% from 349); Blue value is 194 (76.17% from 255 or 55.59% from 349); Max value from RGB is 194 - color contains mainly: blue. Hex color #9308C2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9308C2 is #6CF73D. Grayscale: #464646. Windows color (decimal): -7141182 or 12716179. OLE color: 12716179.
HSL color Cylindrical-coordinate representation of color #9308C2: hue angle of 284.84º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9308C2 is Cyan = 0.24, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 8 | 194 | - |
| CMYK | 0.24 | 0.96 | 0 | 0.24 |
| HSL | 284.84º | 0.92% | 0.4% | - |
| HSV(B) | 284.84º | 0.96% | 0.76% | - |
| XYZ | 21.86 | 10.27 | 51.87 | - |
| YUV | 70.77 | 197.55 | 182.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 8 | 194 | 0.24 | 0.96 | 0 | 0.24 | 284.84 | 0.92 | 0.4 |
| Hex | 93 | 8 | C2 | 18 | 60 | 0 | 18 | 11D | 5C | 28 |
| Octal | 223 | 10 | 302 | 30 | 140 | 0 | 30 | 435 | 134 | 50 |
| Binary | 10010011 | 1000 | 11000010 | 11000 | 1100000 | 0 | 11000 | 100011101 | 1011100 | 101000 |
Color Harmonies of #9308C2
Complementary color
Monochromatic Colors of #9308C2
Black with #9308C2
Text Example
Text Example
White with #9308C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9308C2; }
p { color: rgb(147,8,194); }
H1.HeaderClassName
{
color: #9308C2;
}
.AnyTagClassName
{
color: #9308C2;
}
</style>
background-color css
<style>
a { background-color: #9308C2; }
a { background-color: rgb(147,8,194); }
div.DivClassName
{
background-color: #9308C2;
}
.BgClassName
{
background-color: #9308C2;
}
</style>
border-color css
<style>
span { border-color: #9308C2; }
span { border-color: rgb(147,8,194); }
td.TdClassName
{
border-color: #9308C2;
}
.TagClassName
{
border-color: #9308C2;
}
</style>