Shades of Blue Violet #9C38FE
Tints of Blue Violet #9C38FE
RGB
CMYK
RGB Variations
Color information
#9C38FE (or 0x9C38FE) is known color: Blue Violet. HEX triplet: 9C, 38 and FE. RGB value is (156,56,254). Sum of RGB (Red+Green+Blue) = 156+56+254=466 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.48% from 466); Green value is 56 (22.27% from 255 or 12.02% from 466); Blue value is 254 (99.61% from 255 or 54.51% from 466); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C38FE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C38FE is #63C701. Grayscale: #6B6B6B. Windows color (decimal): -6539010 or 16660636. OLE color: 16660636.
HSL color Cylindrical-coordinate representation of color #9C38FE: hue angle of 270.3º degrees, saturation: 0.99, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9C38FE is Cyan = 0.39, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 156 | 56 | 254 | - |
| CMYK | 0.39 | 0.78 | 0 | 0.00 |
| HSL | 270.3º | 0.99% | 0.61% | - |
| HSV(B) | 270.3º | 0.78% | 1% | - |
| XYZ | 33.01 | 17.05 | 95.32 | - |
| YUV | 108.47 | 210.13 | 161.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 56 | 254 | 0.39 | 0.78 | 0 | 0.00 | 270.3 | 0.99 | 0.61 |
| Hex | 9C | 38 | FE | 27 | 4E | 0 | 0 | 10E | 63 | 3D |
| Octal | 234 | 70 | 376 | 47 | 116 | 0 | 0 | 416 | 143 | 75 |
| Binary | 10011100 | 111000 | 11111110 | 100111 | 1001110 | 0 | 0 | 100001110 | 1100011 | 111101 |
Color Harmonies of #9C38FE
Complementary color
Monochromatic Colors of #9C38FE
Black with #9C38FE
Text Example
Text Example
White with #9C38FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C38FE; }
p { color: rgb(156,56,254); }
H1.HeaderClassName
{
color: #9C38FE;
}
.AnyTagClassName
{
color: #9C38FE;
}
</style>
background-color css
<style>
a { background-color: #9C38FE; }
a { background-color: rgb(156,56,254); }
div.DivClassName
{
background-color: #9C38FE;
}
.BgClassName
{
background-color: #9C38FE;
}
</style>
border-color css
<style>
span { border-color: #9C38FE; }
span { border-color: rgb(156,56,254); }
td.TdClassName
{
border-color: #9C38FE;
}
.TagClassName
{
border-color: #9C38FE;
}
</style>