Shades of Blue Violet #9D2BEF
Tints of Blue Violet #9D2BEF
RGB
CMYK
RGB Variations
Color information
#9D2BEF (or 0x9D2BEF) is known color: Blue Violet. HEX triplet: 9D, 2B and EF. RGB value is (157,43,239). Sum of RGB (Red+Green+Blue) = 157+43+239=439 (58% of max value = 765). Red value is 157 (61.72% from 255 or 35.76% from 439); Green value is 43 (17.19% from 255 or 9.79% from 439); Blue value is 239 (93.75% from 255 or 54.44% from 439); Max value from RGB is 239 - color contains mainly: blue. Hex color #9D2BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D2BEF is #62D410. Grayscale: #626262. Windows color (decimal): -6476817 or 15674269. OLE color: 15674269.
HSL color Cylindrical-coordinate representation of color #9D2BEF: hue angle of 274.9º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D2BEF is Cyan = 0.34, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 157 | 43 | 239 | - |
| CMYK | 0.34 | 0.82 | 0 | 0.06 |
| HSL | 274.9º | 0.86% | 0.55% | - |
| HSV(B) | 274.9º | 0.82% | 0.94% | - |
| XYZ | 30.35 | 15.13 | 82.98 | - |
| YUV | 99.43 | 206.77 | 169.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 43 | 239 | 0.34 | 0.82 | 0 | 0.06 | 274.9 | 0.86 | 0.55 |
| Hex | 9D | 2B | EF | 22 | 52 | 0 | 6 | 113 | 56 | 37 |
| Octal | 235 | 53 | 357 | 42 | 122 | 0 | 6 | 423 | 126 | 67 |
| Binary | 10011101 | 101011 | 11101111 | 100010 | 1010010 | 0 | 110 | 100010011 | 1010110 | 110111 |
Color Harmonies of #9D2BEF
Complementary color
Monochromatic Colors of #9D2BEF
Black with #9D2BEF
Text Example
Text Example
White with #9D2BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D2BEF; }
p { color: rgb(157,43,239); }
H1.HeaderClassName
{
color: #9D2BEF;
}
.AnyTagClassName
{
color: #9D2BEF;
}
</style>
background-color css
<style>
a { background-color: #9D2BEF; }
a { background-color: rgb(157,43,239); }
div.DivClassName
{
background-color: #9D2BEF;
}
.BgClassName
{
background-color: #9D2BEF;
}
</style>
border-color css
<style>
span { border-color: #9D2BEF; }
span { border-color: rgb(157,43,239); }
td.TdClassName
{
border-color: #9D2BEF;
}
.TagClassName
{
border-color: #9D2BEF;
}
</style>