Shades of Blue Violet #9433DB
Tints of Blue Violet #9433DB
RGB
CMYK
RGB Variations
Color information
#9433DB (or 0x9433DB) is known color: Blue Violet. HEX triplet: 94, 33 and DB. RGB value is (148,51,219). Sum of RGB (Red+Green+Blue) = 148+51+219=418 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.41% from 418); Green value is 51 (20.31% from 255 or 12.20% from 418); Blue value is 219 (85.94% from 255 or 52.39% from 418); Max value from RGB is 219 - color contains mainly: blue. Hex color #9433DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9433DB is #6BCC24. Grayscale: #626262. Windows color (decimal): -7064613 or 14365588. OLE color: 14365588.
HSL color Cylindrical-coordinate representation of color #9433DB: hue angle of 274.64º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9433DB is Cyan = 0.32, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 148 | 51 | 219 | - |
| CMYK | 0.32 | 0.77 | 0 | 0.14 |
| HSL | 274.64º | 0.7% | 0.53% | - |
| HSV(B) | 274.64º | 0.77% | 0.86% | - |
| XYZ | 26.18 | 13.78 | 68.3 | - |
| YUV | 99.16 | 195.64 | 162.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 51 | 219 | 0.32 | 0.77 | 0 | 0.14 | 274.64 | 0.7 | 0.53 |
| Hex | 94 | 33 | DB | 20 | 4D | 0 | E | 113 | 46 | 35 |
| Octal | 224 | 63 | 333 | 40 | 115 | 0 | 16 | 423 | 106 | 65 |
| Binary | 10010100 | 110011 | 11011011 | 100000 | 1001101 | 0 | 1110 | 100010011 | 1000110 | 110101 |
Color Harmonies of #9433DB
Complementary color
Monochromatic Colors of #9433DB
Black with #9433DB
Text Example
Text Example
White with #9433DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9433DB; }
p { color: rgb(148,51,219); }
H1.HeaderClassName
{
color: #9433DB;
}
.AnyTagClassName
{
color: #9433DB;
}
</style>
background-color css
<style>
a { background-color: #9433DB; }
a { background-color: rgb(148,51,219); }
div.DivClassName
{
background-color: #9433DB;
}
.BgClassName
{
background-color: #9433DB;
}
</style>
border-color css
<style>
span { border-color: #9433DB; }
span { border-color: rgb(148,51,219); }
td.TdClassName
{
border-color: #9433DB;
}
.TagClassName
{
border-color: #9433DB;
}
</style>