Html Css Color HEX #8E29FF Blue Violet

📋 copy color: '#8E29FF'

red 142 ◦ green 41 ◦ blue 255

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

Shades of Blue Violet #8E29FF

Tints of Blue Violet #8E29FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 58.22%

R = 32.42%
G = 9.36%
B = 58.22%

CMYK

 C value IS 0.44

 M value IS 0.84

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#8E29FF (or 0x8E29FF) is known color: Blue Violet. HEX triplet: 8E, 29 and FF. RGB value is (142,41,255). Sum of RGB (Red+Green+Blue) = 142+41+255=438 (58% of max value = 765). Red value is 142 (55.86% from 255 or 32.42% from 438); Green value is 41 (16.41% from 255 or 9.36% from 438); Blue value is 255 (100% from 255 or 58.22% from 438); Max value from RGB is 255 - color contains mainly: blue. Hex color #8E29FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E29FF is #71D600. Grayscale: #5E5E5E. Windows color (decimal): -7460353 or 16722318. OLE color: 16722318.

HSL color Cylindrical-coordinate representation of color #8E29FF: hue angle of 268.32º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8E29FF is Cyan = 0.44, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 142 41 255 -
CMYK 0.44 0.84 0 0
HSL 268.32º 1% 0.58% -
HSV(B) 268.32º 0.84% 1% -
XYZ 30 14.56 95.84 -
YUV 95.6 217.96 161.1 -
System Red Green Blue C M Y K H S L
Decimal 142 41 255 0.44 0.84 0 0 268.32 1 0.58
Hex 8E 29 FF 2C 54 0 0 10C 64 3A
Octal 216 51 377 54 124 0 0 414 144 72
Binary 10001110 101001 11111111 101100 1010100 0 0 100001100 1100100 111010

Color Harmonies of #8E29FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29FF

Black with #8E29FF

Text Example


Text Example

White with #8E29FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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