Shades of Blue Violet #8F1EDA
Tints of Blue Violet #8F1EDA
RGB
CMYK
RGB Variations
Color information
#8F1EDA (or 0x8F1EDA) is known color: Blue Violet. HEX triplet: 8F, 1E and DA. RGB value is (143,30,218). Sum of RGB (Red+Green+Blue) = 143+30+218=391 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.57% from 391); Green value is 30 (12.11% from 255 or 7.67% from 391); Blue value is 218 (85.55% from 255 or 55.75% from 391); Max value from RGB is 218 - color contains mainly: blue. Hex color #8F1EDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8F1EDA is #70E125. Grayscale: #545454. Windows color (decimal): -7397670 or 14294671. OLE color: 14294671.
HSL color Cylindrical-coordinate representation of color #8F1EDA: hue angle of 276.06º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F1EDA is Cyan = 0.34, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 143 | 30 | 218 | - |
CMYK | 0.34 | 0.86 | 0 | 0.15 |
HSL | 276.06º | 0.76% | 0.49% | - |
HSV(B) | 276.06º | 0.86% | 0.85% | - |
XYZ | 24.45 | 11.83 | 67.32 | - |
YUV | 85.22 | 202.94 | 169.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 143 | 30 | 218 | 0.34 | 0.86 | 0 | 0.15 | 276.06 | 0.76 | 0.49 |
Hex | 8F | 1E | DA | 22 | 56 | 0 | F | 114 | 4C | 31 |
Octal | 217 | 36 | 332 | 42 | 126 | 0 | 17 | 424 | 114 | 61 |
Binary | 10001111 | 11110 | 11011010 | 100010 | 1010110 | 0 | 1111 | 100010100 | 1001100 | 110001 |
Color Harmonies of #8F1EDA
Complementary color
Monochromatic Colors of #8F1EDA
Black with #8F1EDA
Text Example
Text Example
White with #8F1EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F1EDA; }
p { color: rgb(143,30,218); }
H1.HeaderClassName
{
color: #8F1EDA;
}
.AnyTagClassName
{
color: #8F1EDA;
}
</style>
background-color css
<style>
a { background-color: #8F1EDA; }
a { background-color: rgb(143,30,218); }
div.DivClassName
{
background-color: #8F1EDA;
}
.BgClassName
{
background-color: #8F1EDA;
}
</style>
border-color css
<style>
span { border-color: #8F1EDA; }
span { border-color: rgb(143,30,218); }
td.TdClassName
{
border-color: #8F1EDA;
}
.TagClassName
{
border-color: #8F1EDA;
}
</style>