#8531E6

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

Shades of Blue Violet #8531E6

Tints of Blue Violet #8531E6

Color information

#8531E6 (or 0x8531E6) is unknown color: approx Blue Violet. HEX triplet: 85, 31 and E6. RGB value is (133,49,230). Sum of RGB (Red+Green+Blue) = 133+49+230=412 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.28% from 412); Green value is 49 (19.53% from 255 or 11.89% from 412); Blue value is 230 (90.23% from 255 or 55.83% from 412); Max value from RGB is 230 - color contains mainly: blue. Hex color #8531E6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8531E6 is #7ACE19. Grayscale: #5E5E5E. Windows color (decimal): -8048154 or 15085957. OLE color: 15085957.

HSL color Cylindrical-coordinate representation of color #8531E6: hue angle of 267.85º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8531E6 is Cyan = 0.42, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13349230-
CMYK0.420.7900.10
HSL267.85º78.35%54.71%-
HSV(B)267.85º78.7%90.2%-
XYZ25.0512.976.03-
YUV94.75204.33155.28-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.28%
GREEN value IS 49 (19.53% from 255) = 11.89%
BLUE value IS 230 (90.23% from 255) = 55.83%
R=32.28%
G=11.89%
B=55.83%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133492300.420.7900.10267.8578.3554.71
Hex8531E62A4F0A10c4e37
Octal205613465211701241411667
Binary10000101110001111001101010101001111010101000011001001110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8531E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8531E6; }

 p { color: rgb(133,49,230); }

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

<style>
 a { background-color: #8531E6; }

 a { background-color: rgb(133,49,230); }

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

<style>
 span { border-color: #8531E6; }

 span { border-color: rgb(133,49,230); }

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