#8E33E0

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

Shades of Blue Violet #8E33E0

Tints of Blue Violet #8E33E0

Color information

#8E33E0 (or 0x8E33E0) is unknown color: approx Blue Violet. HEX triplet: 8E, 33 and E0. RGB value is (142,51,224). Sum of RGB (Red+Green+Blue) = 142+51+224=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 51 (20.31% from 255 or 12.23% from 417); Blue value is 224 (87.89% from 255 or 53.72% from 417); Max value from RGB is 224 - color contains mainly: blue. Hex color #8E33E0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E33E0 is #71CC1F. Grayscale: #616161. Windows color (decimal): -7457824 or 14693262. OLE color: 14693262.

HSL color Cylindrical-coordinate representation of color #8E33E0: hue angle of 271.56º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E33E0 is Cyan = 0.37, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB14251224-
CMYK0.370.7700.12
HSL271.56º73.62%53.92%-
HSV(B)271.56º77.23%87.84%-
XYZ25.7913.571.77-
YUV97.93199.15159.43-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.05%
GREEN value IS 51 (20.31% from 255) = 12.23%
BLUE value IS 224 (87.89% from 255) = 53.72%
R=34.05%
G=12.23%
B=53.72%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal142512240.370.7700.12271.5673.6253.92
Hex8E33E0254D0C1104a36
Octal216633404511501442011266
Binary10001110110011111000001001011001101011001000100001001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E33E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E33E0; }

 p { color: rgb(142,51,224); }

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

<style>
 a { background-color: #8E33E0; }

 a { background-color: rgb(142,51,224); }

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

<style>
 span { border-color: #8E33E0; }

 span { border-color: rgb(142,51,224); }

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