Html Css Color HEX #8E3FDF Blue Violet

📋 copy color: '#8E3FDF'

red 142 ◦ green 63 ◦ blue 223

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

Shades of Blue Violet #8E3FDF

Tints of Blue Violet #8E3FDF

RGB

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

 GREEN value IS 63 (25% from 255) = 14.72%

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

R = 33.18%
G = 14.72%
B = 52.1%

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

#8E3FDF (or 0x8E3FDF) is known color: Blue Violet. HEX triplet: 8E, 3F and DF. RGB value is (142,63,223). Sum of RGB (Red+Green+Blue) = 142+63+223=428 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.18% from 428); Green value is 63 (25% from 255 or 14.72% from 428); Blue value is 223 (87.5% from 255 or 52.10% from 428); Max value from RGB is 223 - color contains mainly: blue. Hex color #8E3FDF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FDF is #71C020. Grayscale: #686868. Windows color (decimal): -7454753 or 14630798. OLE color: 14630798.

HSL color Cylindrical-coordinate representation of color #8E3FDF: hue angle of 269.62º degrees, saturation: 0.71, 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 #8E3FDF is Cyan = 0.36, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 142 63 223 -
CMYK 0.36 0.72 0 0.13
HSL 269.63º 0.71% 0.56% -
HSV(B) 269.63º 0.72% 0.87% -
XYZ 26.25 14.63 71.25 -
YUV 104.86 194.67 154.49 -
System Red Green Blue C M Y K H S L
Decimal 142 63 223 0.36 0.72 0 0.13 269.63 0.71 0.56
Hex 8E 3F DF 24 48 0 D 10E 47 38
Octal 216 77 337 44 110 0 15 416 107 70
Binary 10001110 111111 11011111 100100 1001000 0 1101 100001110 1000111 111000

Color Harmonies of #8E3FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3FDF

Black with #8E3FDF

Text Example


Text Example

White with #8E3FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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