Shades of Blue Violet #9D4BEE
Tints of Blue Violet #9D4BEE
RGB
CMYK
RGB Variations
Color information
#9D4BEE (or 0x9D4BEE) is known color: Blue Violet. HEX triplet: 9D, 4B and EE. RGB value is (157,75,238). Sum of RGB (Red+Green+Blue) = 157+75+238=470 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.40% from 470); Green value is 75 (29.69% from 255 or 15.96% from 470); Blue value is 238 (93.36% from 255 or 50.64% from 470); Max value from RGB is 238 - color contains mainly: blue. Hex color #9D4BEE is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D4BEE is #62B411. Grayscale: #757575. Windows color (decimal): -6468626 or 15616925. OLE color: 15616925.
HSL color Cylindrical-coordinate representation of color #9D4BEE: hue angle of 270.18º degrees, saturation: 0.83, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9D4BEE is Cyan = 0.34, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 157 | 75 | 238 | - |
| CMYK | 0.34 | 0.68 | 0 | 0.07 |
| HSL | 270.18º | 0.83% | 0.61% | - |
| HSV(B) | 270.18º | 0.68% | 0.93% | - |
| XYZ | 31.85 | 18.37 | 82.76 | - |
| YUV | 118.1 | 195.67 | 155.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 75 | 238 | 0.34 | 0.68 | 0 | 0.07 | 270.18 | 0.83 | 0.61 |
| Hex | 9D | 4B | EE | 22 | 44 | 0 | 7 | 10E | 53 | 3D |
| Octal | 235 | 113 | 356 | 42 | 104 | 0 | 7 | 416 | 123 | 75 |
| Binary | 10011101 | 1001011 | 11101110 | 100010 | 1000100 | 0 | 111 | 100001110 | 1010011 | 111101 |
Color Harmonies of #9D4BEE
Complementary color
Monochromatic Colors of #9D4BEE
Black with #9D4BEE
Text Example
Text Example
White with #9D4BEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4BEE; }
p { color: rgb(157,75,238); }
H1.HeaderClassName
{
color: #9D4BEE;
}
.AnyTagClassName
{
color: #9D4BEE;
}
</style>
background-color css
<style>
a { background-color: #9D4BEE; }
a { background-color: rgb(157,75,238); }
div.DivClassName
{
background-color: #9D4BEE;
}
.BgClassName
{
background-color: #9D4BEE;
}
</style>
border-color css
<style>
span { border-color: #9D4BEE; }
span { border-color: rgb(157,75,238); }
td.TdClassName
{
border-color: #9D4BEE;
}
.TagClassName
{
border-color: #9D4BEE;
}
</style>