Html Css Color HEX #8E29EF Blue Violet

📋 copy color: '#8E29EF'

red 142 ◦ green 41 ◦ blue 239

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

Shades of Blue Violet #8E29EF

Tints of Blue Violet #8E29EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 56.64%

R = 33.65%
G = 9.72%
B = 56.64%

CMYK

 C value IS 0.41

 M value IS 0.83

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#8E29EF (or 0x8E29EF) is known color: Blue Violet. HEX triplet: 8E, 29 and EF. RGB value is (142,41,239). Sum of RGB (Red+Green+Blue) = 142+41+239=422 (55% of max value = 765). Red value is 142 (55.86% from 255 or 33.65% from 422); Green value is 41 (16.41% from 255 or 9.72% from 422); Blue value is 239 (93.75% from 255 or 56.64% from 422); Max value from RGB is 239 - color contains mainly: blue. Hex color #8E29EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E29EF is #71D610. Grayscale: #5D5D5D. Windows color (decimal): -7460369 or 15673742. OLE color: 15673742.

HSL color Cylindrical-coordinate representation of color #8E29EF: hue angle of 270.61º degrees, saturation: 0.86, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E29EF is Cyan = 0.41, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 142 41 239 -
CMYK 0.41 0.83 0 0.06
HSL 270.61º 0.86% 0.55% -
HSV(B) 270.61º 0.83% 0.94% -
XYZ 27.53 13.57 82.83 -
YUV 93.77 209.96 162.4 -
System Red Green Blue C M Y K H S L
Decimal 142 41 239 0.41 0.83 0 0.06 270.61 0.86 0.55
Hex 8E 29 EF 29 53 0 6 10F 56 37
Octal 216 51 357 51 123 0 6 417 126 67
Binary 10001110 101001 11101111 101001 1010011 0 110 100001111 1010110 110111

Color Harmonies of #8E29EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29EF

Black with #8E29EF

Text Example


Text Example

White with #8E29EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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