#8E33DD

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

Shades of Blue Violet #8E33DD

Tints of Blue Violet #8E33DD

Color information

#8E33DD (or 0x8E33DD) is unknown color: approx Blue Violet. HEX triplet: 8E, 33 and DD. RGB value is (142,51,221). Sum of RGB (Red+Green+Blue) = 142+51+221=414 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.30% from 414); Green value is 51 (20.31% from 255 or 12.32% from 414); Blue value is 221 (86.72% from 255 or 53.38% from 414); Max value from RGB is 221 - color contains mainly: blue. Hex color #8E33DD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E33DD is #71CC22. Grayscale: #616161. Windows color (decimal): -7457827 or 14496654. OLE color: 14496654.

HSL color Cylindrical-coordinate representation of color #8E33DD: hue angle of 272.12º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8E33DD is Cyan = 0.36, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14251221-
CMYK0.360.7700.13
HSL272.12º71.43%53.33%-
HSV(B)272.12º76.92%86.67%-
XYZ25.3913.3469.64-
YUV97.59197.65159.68-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 34.30%
GREEN value IS 51 (20.31% from 255) = 12.32%
BLUE value IS 221 (86.72% from 255) = 53.38%
R=34.30%
G=12.32%
B=53.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal142512210.360.7700.13272.1271.4353.33
Hex8E33DD244D0D1104735
Octal216633354411501542010765
Binary10001110110011110111011001001001101011011000100001000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E33DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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