Html Css Color HEX #8E29EA Blue Violet

📋 copy color: '#8E29EA'

red 142 ◦ green 41 ◦ blue 234

#8E29EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Violet #8E29EA

Tints of Blue Violet #8E29EA

RGB

 RED value IS 142 (55.86% from 255) = 34.05%

 GREEN value IS 41 (16.41% from 255) = 9.83%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 34.05%
G = 9.83%
B = 56.12%

CMYK

 C value IS 0.39

 M value IS 0.82

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E29EA (or 0x8E29EA) is known color: Blue Violet. HEX triplet: 8E, 29 and EA. RGB value is (142,41,234). Sum of RGB (Red+Green+Blue) = 142+41+234=417 (55% of max value = 765). Red value is 142 (55.86% from 255 or 34.05% from 417); Green value is 41 (16.41% from 255 or 9.83% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E29EA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E29EA is #71D615. Grayscale: #5C5C5C. Windows color (decimal): -7460374 or 15346062. OLE color: 15346062.

HSL color Cylindrical-coordinate representation of color #8E29EA: hue angle of 271.4º degrees, saturation: 0.82, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8E29EA is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 41 234 -
CMYK 0.39 0.82 0 0.08
HSL 271.4º 0.82% 0.54% -
HSV(B) 271.4º 0.82% 0.92% -
XYZ 26.8 13.28 78.99 -
YUV 93.2 207.46 162.81 -
System Red Green Blue C M Y K H S L
Decimal 142 41 234 0.39 0.82 0 0.08 271.4 0.82 0.54
Hex 8E 29 EA 27 52 0 8 10F 52 36
Octal 216 51 352 47 122 0 10 417 122 66
Binary 10001110 101001 11101010 100111 1010010 0 1000 100001111 1010010 110110

Color Harmonies of #8E29EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29EA

Black with #8E29EA

Text Example


Text Example

White with #8E29EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,41,234); }

 H1.HeaderClassName
 {
   color: #8E29EA;
 }
 .AnyTagClassName
 {
   color: #8E29EA;
 }
</style>

background-color css

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

 a { background-color: rgb(142,41,234); }

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

border-color css

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

 span { border-color: rgb(142,41,234); }

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