Shades of Blue Violet #993DF2
Tints of Blue Violet #993DF2
RGB
CMYK
RGB Variations
Color information
#993DF2 (or 0x993DF2) is known color: Blue Violet. HEX triplet: 99, 3D and F2. RGB value is (153,61,242). Sum of RGB (Red+Green+Blue) = 153+61+242=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 61 (24.22% from 255 or 13.38% from 456); Blue value is 242 (94.92% from 255 or 53.07% from 456); Max value from RGB is 242 - color contains mainly: blue. Hex color #993DF2 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #993DF2 is #66C20D. Grayscale: #6C6C6C. Windows color (decimal): -6734350 or 15875481. OLE color: 15875481.
HSL color Cylindrical-coordinate representation of color #993DF2: hue angle of 270.5º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #993DF2 is Cyan = 0.37, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 153 | 61 | 242 | - |
| CMYK | 0.37 | 0.75 | 0 | 0.05 |
| HSL | 270.5º | 0.87% | 0.59% | - |
| HSV(B) | 270.5º | 0.75% | 0.95% | - |
| XYZ | 30.83 | 16.52 | 85.57 | - |
| YUV | 109.14 | 202.98 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 61 | 242 | 0.37 | 0.75 | 0 | 0.05 | 270.5 | 0.87 | 0.59 |
| Hex | 99 | 3D | F2 | 25 | 4B | 0 | 5 | 10E | 57 | 3B |
| Octal | 231 | 75 | 362 | 45 | 113 | 0 | 5 | 416 | 127 | 73 |
| Binary | 10011001 | 111101 | 11110010 | 100101 | 1001011 | 0 | 101 | 100001110 | 1010111 | 111011 |
Color Harmonies of #993DF2
Complementary color
Monochromatic Colors of #993DF2
Black with #993DF2
Text Example
Text Example
White with #993DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #993DF2; }
p { color: rgb(153,61,242); }
H1.HeaderClassName
{
color: #993DF2;
}
.AnyTagClassName
{
color: #993DF2;
}
</style>
background-color css
<style>
a { background-color: #993DF2; }
a { background-color: rgb(153,61,242); }
div.DivClassName
{
background-color: #993DF2;
}
.BgClassName
{
background-color: #993DF2;
}
</style>
border-color css
<style>
span { border-color: #993DF2; }
span { border-color: rgb(153,61,242); }
td.TdClassName
{
border-color: #993DF2;
}
.TagClassName
{
border-color: #993DF2;
}
</style>