Html Css Color HEX #8E32DF Blue Violet

📋 copy color: '#8E32DF'

red 142 ◦ green 50 ◦ blue 223

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

Shades of Blue Violet #8E32DF

Tints of Blue Violet #8E32DF

RGB

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

 GREEN value IS 50 (19.92% from 255) = 12.05%

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

R = 34.22%
G = 12.05%
B = 53.73%

CMYK

 C value IS 0.36

 M value IS 0.78

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E32DF (or 0x8E32DF) is known color: Blue Violet. HEX triplet: 8E, 32 and DF. RGB value is (142,50,223). Sum of RGB (Red+Green+Blue) = 142+50+223=415 (54% of max value = 765). Red value is 142 (55.86% from 255 or 34.22% from 415); Green value is 50 (19.92% from 255 or 12.05% from 415); Blue value is 223 (87.5% from 255 or 53.73% from 415); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E32DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E32DF is #71CD20. Grayscale: #606060. Windows color (decimal): -7458081 or 14627470. OLE color: 14627470.

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

Color convert

RGB 142 50 223 -
CMYK 0.36 0.78 0 0.13
HSL 271.91º 0.73% 0.54% -
HSV(B) 271.91º 0.78% 0.87% -
XYZ 25.62 13.36 71.04 -
YUV 97.23 198.98 159.93 -
System Red Green Blue C M Y K H S L
Decimal 142 50 223 0.36 0.78 0 0.13 271.91 0.73 0.54
Hex 8E 32 DF 24 4E 0 D 110 49 36
Octal 216 62 337 44 116 0 15 420 111 66
Binary 10001110 110010 11011111 100100 1001110 0 1101 100010000 1001001 110110

Color Harmonies of #8E32DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E32DF

Black with #8E32DF

Text Example


Text Example

White with #8E32DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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