Shades of Blue Violet #9B3FEF
Tints of Blue Violet #9B3FEF
RGB
CMYK
RGB Variations
Color information
#9B3FEF (or 0x9B3FEF) is known color: Blue Violet. HEX triplet: 9B, 3F and EF. RGB value is (155,63,239). Sum of RGB (Red+Green+Blue) = 155+63+239=457 (60% of max value = 765). Red value is 155 (60.94% from 255 or 33.92% from 457); Green value is 63 (25% from 255 or 13.79% from 457); Blue value is 239 (93.75% from 255 or 52.30% from 457); Max value from RGB is 239 - color contains mainly: blue. Hex color #9B3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9B3FEF is #64C010. Grayscale: #6D6D6D. Windows color (decimal): -6602769 or 15679387. OLE color: 15679387.
HSL color Cylindrical-coordinate representation of color #9B3FEF: hue angle of 271.36º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9B3FEF is Cyan = 0.35, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 155 | 63 | 239 | - |
| CMYK | 0.35 | 0.74 | 0 | 0.06 |
| HSL | 271.36º | 0.85% | 0.59% | - |
| HSV(B) | 271.36º | 0.74% | 0.94% | - |
| XYZ | 30.88 | 16.76 | 83.27 | - |
| YUV | 110.57 | 200.48 | 159.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 63 | 239 | 0.35 | 0.74 | 0 | 0.06 | 271.36 | 0.85 | 0.59 |
| Hex | 9B | 3F | EF | 23 | 4A | 0 | 6 | 10F | 55 | 3B |
| Octal | 233 | 77 | 357 | 43 | 112 | 0 | 6 | 417 | 125 | 73 |
| Binary | 10011011 | 111111 | 11101111 | 100011 | 1001010 | 0 | 110 | 100001111 | 1010101 | 111011 |
Color Harmonies of #9B3FEF
Complementary color
Monochromatic Colors of #9B3FEF
Black with #9B3FEF
Text Example
Text Example
White with #9B3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B3FEF; }
p { color: rgb(155,63,239); }
H1.HeaderClassName
{
color: #9B3FEF;
}
.AnyTagClassName
{
color: #9B3FEF;
}
</style>
background-color css
<style>
a { background-color: #9B3FEF; }
a { background-color: rgb(155,63,239); }
div.DivClassName
{
background-color: #9B3FEF;
}
.BgClassName
{
background-color: #9B3FEF;
}
</style>
border-color css
<style>
span { border-color: #9B3FEF; }
span { border-color: rgb(155,63,239); }
td.TdClassName
{
border-color: #9B3FEF;
}
.TagClassName
{
border-color: #9B3FEF;
}
</style>