Shades of Blue Violet #9C38E6
Tints of Blue Violet #9C38E6
RGB
CMYK
RGB Variations
Color information
#9C38E6 (or 0x9C38E6) is known color: Blue Violet. HEX triplet: 9C, 38 and E6. RGB value is (156,56,230). Sum of RGB (Red+Green+Blue) = 156+56+230=442 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.29% from 442); Green value is 56 (22.27% from 255 or 12.67% from 442); Blue value is 230 (90.23% from 255 or 52.04% from 442); Max value from RGB is 230 - color contains mainly: blue. Hex color #9C38E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C38E6 is #63C719. Grayscale: #696969. Windows color (decimal): -6539034 or 15087772. OLE color: 15087772.
HSL color Cylindrical-coordinate representation of color #9C38E6: hue angle of 274.48º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #9C38E6 is Cyan = 0.32, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 156 | 56 | 230 | - |
| CMYK | 0.32 | 0.76 | 0 | 0.10 |
| HSL | 274.48º | 0.78% | 0.56% | - |
| HSV(B) | 274.48º | 0.76% | 0.9% | - |
| XYZ | 29.41 | 15.61 | 76.33 | - |
| YUV | 105.74 | 198.13 | 163.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 230 | 0.32 | 0.76 | 0 | 0.10 | 274.48 | 0.78 | 0.56 |
| Hex | 9C | 38 | E6 | 20 | 4C | 0 | A | 112 | 4E | 38 |
| Octal | 234 | 70 | 346 | 40 | 114 | 0 | 12 | 422 | 116 | 70 |
| Binary | 10011100 | 111000 | 11100110 | 100000 | 1001100 | 0 | 1010 | 100010010 | 1001110 | 111000 |
Color Harmonies of #9C38E6
Complementary color
Monochromatic Colors of #9C38E6
Black with #9C38E6
Text Example
Text Example
White with #9C38E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C38E6; }
p { color: rgb(156,56,230); }
H1.HeaderClassName
{
color: #9C38E6;
}
.AnyTagClassName
{
color: #9C38E6;
}
</style>
background-color css
<style>
a { background-color: #9C38E6; }
a { background-color: rgb(156,56,230); }
div.DivClassName
{
background-color: #9C38E6;
}
.BgClassName
{
background-color: #9C38E6;
}
</style>
border-color css
<style>
span { border-color: #9C38E6; }
span { border-color: rgb(156,56,230); }
td.TdClassName
{
border-color: #9C38E6;
}
.TagClassName
{
border-color: #9C38E6;
}
</style>