#8535E8

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

Shades of Blue Violet #8535E8

Tints of Blue Violet #8535E8

Color information

#8535E8 (or 0x8535E8) is unknown color: approx Blue Violet. HEX triplet: 85, 35 and E8. RGB value is (133,53,232). Sum of RGB (Red+Green+Blue) = 133+53+232=418 (55% of max value = 765). Red value is 133 (52.34% from 255 or 31.82% from 418); Green value is 53 (21.09% from 255 or 12.68% from 418); Blue value is 232 (91.02% from 255 or 55.50% from 418); Max value from RGB is 232 - color contains mainly: blue. Hex color #8535E8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8535E8 is #7ACA17. Grayscale: #606060. Windows color (decimal): -8047128 or 15218053. OLE color: 15218053.

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

Color convert

RGB13353232-
CMYK0.430.7700.09
HSL266.82º79.56%55.88%-
HSV(B)266.82º77.16%90.98%-
XYZ25.5113.3677.58-
YUV97.33204153.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.82%
GREEN value IS 53 (21.09% from 255) = 12.68%
BLUE value IS 232 (91.02% from 255) = 55.50%
R=31.82%
G=12.68%
B=55.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal133532320.430.7700.09266.8279.5655.88
Hex8535E82B4D0910b5038
Octal205653505311501141312070
Binary10000101110101111010001010111001101010011000010111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8535E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8535E8; }

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

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

<style>
 a { background-color: #8535E8; }

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

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

<style>
 span { border-color: #8535E8; }

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

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