Shades of Blue Violet #8736F1
Tints of Blue Violet #8736F1
RGB
CMYK
RGB Variations
Color information
#8736F1 (or 0x8736F1) is known color: Blue Violet. HEX triplet: 87, 36 and F1. RGB value is (135,54,241). Sum of RGB (Red+Green+Blue) = 135+54+241=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 54 (21.48% from 255 or 12.56% from 430); Blue value is 241 (94.53% from 255 or 56.05% from 430); Max value from RGB is 241 - color contains mainly: blue. Hex color #8736F1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8736F1 is #78C90E. Grayscale: #626262. Windows color (decimal): -7915791 or 15808135. OLE color: 15808135.
HSL color Cylindrical-coordinate representation of color #8736F1: hue angle of 265.99º degrees, saturation: 0.87, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8736F1 is Cyan = 0.44, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 135 | 54 | 241 | - |
| CMYK | 0.44 | 0.78 | 0 | 0.05 |
| HSL | 265.99º | 0.87% | 0.58% | - |
| HSV(B) | 265.99º | 0.78% | 0.95% | - |
| XYZ | 27.19 | 14.14 | 84.52 | - |
| YUV | 99.54 | 207.84 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 54 | 241 | 0.44 | 0.78 | 0 | 0.05 | 265.99 | 0.87 | 0.58 |
| Hex | 87 | 36 | F1 | 2C | 4E | 0 | 5 | 10A | 57 | 3A |
| Octal | 207 | 66 | 361 | 54 | 116 | 0 | 5 | 412 | 127 | 72 |
| Binary | 10000111 | 110110 | 11110001 | 101100 | 1001110 | 0 | 101 | 100001010 | 1010111 | 111010 |
Color Harmonies of #8736F1
Complementary color
Monochromatic Colors of #8736F1
Black with #8736F1
Text Example
Text Example
White with #8736F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8736F1; }
p { color: rgb(135,54,241); }
H1.HeaderClassName
{
color: #8736F1;
}
.AnyTagClassName
{
color: #8736F1;
}
</style>
background-color css
<style>
a { background-color: #8736F1; }
a { background-color: rgb(135,54,241); }
div.DivClassName
{
background-color: #8736F1;
}
.BgClassName
{
background-color: #8736F1;
}
</style>
border-color css
<style>
span { border-color: #8736F1; }
span { border-color: rgb(135,54,241); }
td.TdClassName
{
border-color: #8736F1;
}
.TagClassName
{
border-color: #8736F1;
}
</style>