Shades of Blue Violet #9C2EFD
Tints of Blue Violet #9C2EFD
RGB
CMYK
RGB Variations
Color information
#9C2EFD (or 0x9C2EFD) is known color: Blue Violet. HEX triplet: 9C, 2E and FD. RGB value is (156,46,253). Sum of RGB (Red+Green+Blue) = 156+46+253=455 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.29% from 455); Green value is 46 (18.36% from 255 or 10.11% from 455); Blue value is 253 (99.22% from 255 or 55.60% from 455); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C2EFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C2EFD is #63D102. Grayscale: #656565. Windows color (decimal): -6541571 or 16592540. OLE color: 16592540.
HSL color Cylindrical-coordinate representation of color #9C2EFD: hue angle of 271.88º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9C2EFD is Cyan = 0.38, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 46 | 253 | - |
| CMYK | 0.38 | 0.82 | 0 | 0.01 |
| HSL | 271.88º | 0.98% | 0.59% | - |
| HSV(B) | 271.88º | 0.82% | 0.99% | - |
| XYZ | 32.42 | 16.11 | 94.33 | - |
| YUV | 102.49 | 212.94 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 46 | 253 | 0.38 | 0.82 | 0 | 0.01 | 271.88 | 0.98 | 0.59 |
| Hex | 9C | 2E | FD | 26 | 52 | 0 | 1 | 110 | 62 | 3B |
| Octal | 234 | 56 | 375 | 46 | 122 | 0 | 1 | 420 | 142 | 73 |
| Binary | 10011100 | 101110 | 11111101 | 100110 | 1010010 | 0 | 1 | 100010000 | 1100010 | 111011 |
Color Harmonies of #9C2EFD
Complementary color
Monochromatic Colors of #9C2EFD
Black with #9C2EFD
Text Example
Text Example
White with #9C2EFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C2EFD; }
p { color: rgb(156,46,253); }
H1.HeaderClassName
{
color: #9C2EFD;
}
.AnyTagClassName
{
color: #9C2EFD;
}
</style>
background-color css
<style>
a { background-color: #9C2EFD; }
a { background-color: rgb(156,46,253); }
div.DivClassName
{
background-color: #9C2EFD;
}
.BgClassName
{
background-color: #9C2EFD;
}
</style>
border-color css
<style>
span { border-color: #9C2EFD; }
span { border-color: rgb(156,46,253); }
td.TdClassName
{
border-color: #9C2EFD;
}
.TagClassName
{
border-color: #9C2EFD;
}
</style>