Shades of Blue Violet #9C4BFD
Tints of Blue Violet #9C4BFD
RGB
CMYK
RGB Variations
Color information
#9C4BFD (or 0x9C4BFD) is known color: Blue Violet. HEX triplet: 9C, 4B and FD. RGB value is (156,75,253). Sum of RGB (Red+Green+Blue) = 156+75+253=484 (64% of max value = 765). Red value is 156 (61.33% from 255 or 32.23% from 484); Green value is 75 (29.69% from 255 or 15.50% from 484); Blue value is 253 (99.22% from 255 or 52.27% from 484); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C4BFD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9C4BFD is #63B402. Grayscale: #767676. Windows color (decimal): -6534147 or 16599964. OLE color: 16599964.
HSL color Cylindrical-coordinate representation of color #9C4BFD: hue angle of 267.3º degrees, saturation: 0.98, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9C4BFD is Cyan = 0.38, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 156 | 75 | 253 | - |
| CMYK | 0.38 | 0.70 | 0 | 0.01 |
| HSL | 267.3º | 0.98% | 0.64% | - |
| HSV(B) | 267.3º | 0.7% | 0.99% | - |
| XYZ | 33.96 | 19.19 | 94.84 | - |
| YUV | 119.51 | 203.34 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 75 | 253 | 0.38 | 0.70 | 0 | 0.01 | 267.3 | 0.98 | 0.64 |
| Hex | 9C | 4B | FD | 26 | 46 | 0 | 1 | 10B | 62 | 40 |
| Octal | 234 | 113 | 375 | 46 | 106 | 0 | 1 | 413 | 142 | 100 |
| Binary | 10011100 | 1001011 | 11111101 | 100110 | 1000110 | 0 | 1 | 100001011 | 1100010 | 1000000 |
Color Harmonies of #9C4BFD
Complementary color
Monochromatic Colors of #9C4BFD
Black with #9C4BFD
Text Example
Text Example
White with #9C4BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4BFD; }
p { color: rgb(156,75,253); }
H1.HeaderClassName
{
color: #9C4BFD;
}
.AnyTagClassName
{
color: #9C4BFD;
}
</style>
background-color css
<style>
a { background-color: #9C4BFD; }
a { background-color: rgb(156,75,253); }
div.DivClassName
{
background-color: #9C4BFD;
}
.BgClassName
{
background-color: #9C4BFD;
}
</style>
border-color css
<style>
span { border-color: #9C4BFD; }
span { border-color: rgb(156,75,253); }
td.TdClassName
{
border-color: #9C4BFD;
}
.TagClassName
{
border-color: #9C4BFD;
}
</style>