Shades of Blue Violet #9D26EA
Tints of Blue Violet #9D26EA
RGB
CMYK
RGB Variations
Color information
#9D26EA (or 0x9D26EA) is known color: Blue Violet. HEX triplet: 9D, 26 and EA. RGB value is (157,38,234). Sum of RGB (Red+Green+Blue) = 157+38+234=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 234 (91.80% from 255 or 54.55% from 429); Max value from RGB is 234 - color contains mainly: blue. Hex color #9D26EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9D26EA is #62D915. Grayscale: #5F5F5F. Windows color (decimal): -6478102 or 15345309. OLE color: 15345309.
HSL color Cylindrical-coordinate representation of color #9D26EA: hue angle of 276.43º degrees, saturation: 0.82, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D26EA is Cyan = 0.33, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 157 | 38 | 234 | - |
| CMYK | 0.33 | 0.84 | 0 | 0.08 |
| HSL | 276.43º | 0.82% | 0.53% | - |
| HSV(B) | 276.43º | 0.84% | 0.92% | - |
| XYZ | 29.45 | 14.49 | 79.09 | - |
| YUV | 95.93 | 205.92 | 171.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 38 | 234 | 0.33 | 0.84 | 0 | 0.08 | 276.43 | 0.82 | 0.53 |
| Hex | 9D | 26 | EA | 21 | 54 | 0 | 8 | 114 | 52 | 35 |
| Octal | 235 | 46 | 352 | 41 | 124 | 0 | 10 | 424 | 122 | 65 |
| Binary | 10011101 | 100110 | 11101010 | 100001 | 1010100 | 0 | 1000 | 100010100 | 1010010 | 110101 |
Color Harmonies of #9D26EA
Complementary color
Monochromatic Colors of #9D26EA
Black with #9D26EA
Text Example
Text Example
White with #9D26EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D26EA; }
p { color: rgb(157,38,234); }
H1.HeaderClassName
{
color: #9D26EA;
}
.AnyTagClassName
{
color: #9D26EA;
}
</style>
background-color css
<style>
a { background-color: #9D26EA; }
a { background-color: rgb(157,38,234); }
div.DivClassName
{
background-color: #9D26EA;
}
.BgClassName
{
background-color: #9D26EA;
}
</style>
border-color css
<style>
span { border-color: #9D26EA; }
span { border-color: rgb(157,38,234); }
td.TdClassName
{
border-color: #9D26EA;
}
.TagClassName
{
border-color: #9D26EA;
}
</style>