Html Css Color HEX #8E29DF Blue Violet

📋 copy color: '#8E29DF'

red 142 ◦ green 41 ◦ blue 223

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

Shades of Blue Violet #8E29DF

Tints of Blue Violet #8E29DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 54.93%

R = 34.98%
G = 10.1%
B = 54.93%

CMYK

 C value IS 0.36

 M value IS 0.82

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E29DF (or 0x8E29DF) is known color: Blue Violet. HEX triplet: 8E, 29 and DF. RGB value is (142,41,223). Sum of RGB (Red+Green+Blue) = 142+41+223=406 (53% of max value = 765). Red value is 142 (55.86% from 255 or 34.98% from 406); Green value is 41 (16.41% from 255 or 10.10% from 406); Blue value is 223 (87.5% from 255 or 54.93% from 406); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E29DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E29DF is #71D620. Grayscale: #5B5B5B. Windows color (decimal): -7460385 or 14625166. OLE color: 14625166.

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

Color convert

RGB 142 41 223 -
CMYK 0.36 0.82 0 0.13
HSL 273.3º 0.74% 0.52% -
HSV(B) 273.3º 0.82% 0.87% -
XYZ 25.27 12.66 70.92 -
YUV 91.95 201.96 163.7 -
System Red Green Blue C M Y K H S L
Decimal 142 41 223 0.36 0.82 0 0.13 273.3 0.74 0.52
Hex 8E 29 DF 24 52 0 D 111 4A 34
Octal 216 51 337 44 122 0 15 421 112 64
Binary 10001110 101001 11011111 100100 1010010 0 1101 100010001 1001010 110100

Color Harmonies of #8E29DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E29DF

Black with #8E29DF

Text Example


Text Example

White with #8E29DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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