Shades of Blue Violet #8A30FD
Tints of Blue Violet #8A30FD
RGB
CMYK
RGB Variations
Color information
#8A30FD (or 0x8A30FD) is known color: Blue Violet. HEX triplet: 8A, 30 and FD. RGB value is (138,48,253). Sum of RGB (Red+Green+Blue) = 138+48+253=439 (58% of max value = 765). Red value is 138 (54.30% from 255 or 31.44% from 439); Green value is 48 (19.14% from 255 or 10.93% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #8A30FD is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8A30FD is #75CF02. Grayscale: #616161. Windows color (decimal): -7720707 or 16593034. OLE color: 16593034.
HSL color Cylindrical-coordinate representation of color #8A30FD: hue angle of 266.34º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8A30FD is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
RGB | 138 | 48 | 253 | - |
CMYK | 0.45 | 0.81 | 0 | 0.01 |
HSL | 266.34º | 0.98% | 0.59% | - |
HSV(B) | 266.34º | 0.81% | 0.99% | - |
XYZ | 29.27 | 14.61 | 94.21 | - |
YUV | 98.28 | 215.32 | 156.33 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 138 | 48 | 253 | 0.45 | 0.81 | 0 | 0.01 | 266.34 | 0.98 | 0.59 |
Hex | 8A | 30 | FD | 2D | 51 | 0 | 1 | 10A | 62 | 3B |
Octal | 212 | 60 | 375 | 55 | 121 | 0 | 1 | 412 | 142 | 73 |
Binary | 10001010 | 110000 | 11111101 | 101101 | 1010001 | 0 | 1 | 100001010 | 1100010 | 111011 |
Color Harmonies of #8A30FD
Complementary color
Monochromatic Colors of #8A30FD
Black with #8A30FD
Text Example
Text Example
White with #8A30FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A30FD; }
p { color: rgb(138,48,253); }
H1.HeaderClassName
{
color: #8A30FD;
}
.AnyTagClassName
{
color: #8A30FD;
}
</style>
background-color css
<style>
a { background-color: #8A30FD; }
a { background-color: rgb(138,48,253); }
div.DivClassName
{
background-color: #8A30FD;
}
.BgClassName
{
background-color: #8A30FD;
}
</style>
border-color css
<style>
span { border-color: #8A30FD; }
span { border-color: rgb(138,48,253); }
td.TdClassName
{
border-color: #8A30FD;
}
.TagClassName
{
border-color: #8A30FD;
}
</style>