Shades of Blue Violet #9423E6
Tints of Blue Violet #9423E6
RGB
CMYK
RGB Variations
Color information
#9423E6 (or 0x9423E6) is known color: Blue Violet. HEX triplet: 94, 23 and E6. RGB value is (148,35,230). Sum of RGB (Red+Green+Blue) = 148+35+230=413 (54% of max value = 765). Red value is 148 (58.20% from 255 or 35.84% from 413); Green value is 35 (14.06% from 255 or 8.47% from 413); Blue value is 230 (90.23% from 255 or 55.69% from 413); Max value from RGB is 230 - color contains mainly: blue. Hex color #9423E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9423E6 is #6BDC19. Grayscale: #5A5A5A. Windows color (decimal): -7068698 or 15082388. OLE color: 15082388.
HSL color Cylindrical-coordinate representation of color #9423E6: hue angle of 274.77º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9423E6 is Cyan = 0.36, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 148 | 35 | 230 | - |
| CMYK | 0.36 | 0.85 | 0 | 0.10 |
| HSL | 274.77º | 0.8% | 0.52% | - |
| HSV(B) | 274.77º | 0.85% | 0.9% | - |
| XYZ | 27.1 | 13.21 | 75.98 | - |
| YUV | 91.02 | 206.44 | 168.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 35 | 230 | 0.36 | 0.85 | 0 | 0.10 | 274.77 | 0.8 | 0.52 |
| Hex | 94 | 23 | E6 | 24 | 55 | 0 | A | 113 | 50 | 34 |
| Octal | 224 | 43 | 346 | 44 | 125 | 0 | 12 | 423 | 120 | 64 |
| Binary | 10010100 | 100011 | 11100110 | 100100 | 1010101 | 0 | 1010 | 100010011 | 1010000 | 110100 |
Color Harmonies of #9423E6
Complementary color
Monochromatic Colors of #9423E6
Black with #9423E6
Text Example
Text Example
White with #9423E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9423E6; }
p { color: rgb(148,35,230); }
H1.HeaderClassName
{
color: #9423E6;
}
.AnyTagClassName
{
color: #9423E6;
}
</style>
background-color css
<style>
a { background-color: #9423E6; }
a { background-color: rgb(148,35,230); }
div.DivClassName
{
background-color: #9423E6;
}
.BgClassName
{
background-color: #9423E6;
}
</style>
border-color css
<style>
span { border-color: #9423E6; }
span { border-color: rgb(148,35,230); }
td.TdClassName
{
border-color: #9423E6;
}
.TagClassName
{
border-color: #9423E6;
}
</style>