Html Css Color HEX #8E3EDF Blue Violet

📋 copy color: '#8E3EDF'

red 142 ◦ green 62 ◦ blue 223

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

Shades of Blue Violet #8E3EDF

Tints of Blue Violet #8E3EDF

RGB

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

 GREEN value IS 62 (24.61% from 255) = 14.52%

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

R = 33.26%
G = 14.52%
B = 52.22%

CMYK

 C value IS 0.36

 M value IS 0.72

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8E3EDF (or 0x8E3EDF) is known color: Blue Violet. HEX triplet: 8E, 3E and DF. RGB value is (142,62,223). Sum of RGB (Red+Green+Blue) = 142+62+223=427 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.26% from 427); Green value is 62 (24.61% from 255 or 14.52% from 427); Blue value is 223 (87.5% from 255 or 52.22% from 427); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E3EDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3EDF is #71C120. Grayscale: #676767. Windows color (decimal): -7455009 or 14630542. OLE color: 14630542.

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

Color convert

RGB 142 62 223 -
CMYK 0.36 0.72 0 0.13
HSL 269.81º 0.72% 0.56% -
HSV(B) 269.81º 0.72% 0.87% -
XYZ 26.2 14.52 71.23 -
YUV 104.27 195 154.91 -
System Red Green Blue C M Y K H S L
Decimal 142 62 223 0.36 0.72 0 0.13 269.81 0.72 0.56
Hex 8E 3E DF 24 48 0 D 10E 48 38
Octal 216 76 337 44 110 0 15 416 110 70
Binary 10001110 111110 11011111 100100 1001000 0 1101 100001110 1001000 111000

Color Harmonies of #8E3EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3EDF

Black with #8E3EDF

Text Example


Text Example

White with #8E3EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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