Shades of Blue Violet #8B3DDE
Tints of Blue Violet #8B3DDE
RGB
CMYK
RGB Variations
Color information
#8B3DDE (or 0x8B3DDE) is known color: Blue Violet. HEX triplet: 8B, 3D and DE. RGB value is (139,61,222). Sum of RGB (Red+Green+Blue) = 139+61+222=422 (55% of max value = 765). Red value is 139 (54.69% from 255 or 32.94% from 422); Green value is 61 (24.22% from 255 or 14.45% from 422); Blue value is 222 (87.11% from 255 or 52.61% from 422); Max value from RGB is 222 - color contains mainly: blue. Hex color #8B3DDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8B3DDE is #74C221. Grayscale: #666666. Windows color (decimal): -7651874 or 14564747. OLE color: 14564747.
HSL color Cylindrical-coordinate representation of color #8B3DDE: hue angle of 269.07º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #8B3DDE is Cyan = 0.37, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 139 | 61 | 222 | - |
| CMYK | 0.37 | 0.73 | 0 | 0.13 |
| HSL | 269.07º | 0.71% | 0.55% | - |
| HSV(B) | 269.07º | 0.73% | 0.87% | - |
| XYZ | 25.5 | 14.1 | 70.48 | - |
| YUV | 102.68 | 195.34 | 153.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 61 | 222 | 0.37 | 0.73 | 0 | 0.13 | 269.07 | 0.71 | 0.55 |
| Hex | 8B | 3D | DE | 25 | 49 | 0 | D | 10D | 47 | 37 |
| Octal | 213 | 75 | 336 | 45 | 111 | 0 | 15 | 415 | 107 | 67 |
| Binary | 10001011 | 111101 | 11011110 | 100101 | 1001001 | 0 | 1101 | 100001101 | 1000111 | 110111 |
Color Harmonies of #8B3DDE
Complementary color
Monochromatic Colors of #8B3DDE
Black with #8B3DDE
Text Example
Text Example
White with #8B3DDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3DDE; }
p { color: rgb(139,61,222); }
H1.HeaderClassName
{
color: #8B3DDE;
}
.AnyTagClassName
{
color: #8B3DDE;
}
</style>
background-color css
<style>
a { background-color: #8B3DDE; }
a { background-color: rgb(139,61,222); }
div.DivClassName
{
background-color: #8B3DDE;
}
.BgClassName
{
background-color: #8B3DDE;
}
</style>
border-color css
<style>
span { border-color: #8B3DDE; }
span { border-color: rgb(139,61,222); }
td.TdClassName
{
border-color: #8B3DDE;
}
.TagClassName
{
border-color: #8B3DDE;
}
</style>