#8530e8

Color #8530E8 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #8530E8

Tints of Blue Violet #8530E8

Color information

#8530E8 (or 0x8530E8) is unknown color: approx Blue Violet. HEX triplet: 85, 30 and E8. RGB value is (133,48,232). Sum of RGB (Red+Green+Blue) = 133+48+232=413 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.20% from 413); Green value is 48 (19.14% from 255 or 11.62% from 413); Blue value is 232 (91.02% from 255 or 56.17% from 413); Max value from RGB is 232 - color contains mainly: blue. Hex color #8530E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8530E8 is #7ACF17. Grayscale: #5D5D5D. Windows color (decimal): -8048408 or 15216773. OLE color: 15216773.

HSL color Cylindrical-coordinate representation of color #8530E8: hue angle of 267.72º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8530E8 is Cyan = 0.43, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB13348232-
CMYK0.430.7900.09
HSL267.72º80%54.9%-
HSV(B)267.72º79.31%90.98%-
XYZ25.312.9377.51-
YUV94.39205.66155.54-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 133 (52.34% from 255) = 32.20%
GREEN value IS 48 (19.14% from 255) = 11.62%
BLUE value IS 232 (91.02% from 255) = 56.17%
R=32.20%
G=11.62%
B=56.17%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133482320.430.7900.09267.728054.9
Hex8530E82B4F0910c5037
Octal205603505311701141412067
Binary10000101110000111010001010111001111010011000011001010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8530e8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8530e8; }

 p { color: rgb(133,48,232); }

 H1.HeaderClassName
 {
   color: #8530e8;
 }
 .AnyTagClassName
 {
   color: #8530e8;
 }
</style>
background-color css

<style>
 a { background-color: #8530e8; }

 a { background-color: rgb(133,48,232); }

 div.DivClassName
 {
   background-color: #8530e8;
 }
 .BgClassName
 {
   background-color: #8530e8;
 }
</style>
border-color css

<style>
 span { border-color: #8530e8; }

 span { border-color: rgb(133,48,232); }

 td.TdClassName
 {
   border-color: #8530e8;
 }
 .TagClassName
 {
   border-color: #8530e8;
 }
</style>