Html Css Color HEX #8E3FDA Blue Violet

📋 copy color: '#8E3FDA'

red 142 ◦ green 63 ◦ blue 218

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

Shades of Blue Violet #8E3FDA

Tints of Blue Violet #8E3FDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.54%

R = 33.57%
G = 14.89%
B = 51.54%

CMYK

 C value IS 0.35

 M value IS 0.71

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8E3FDA (or 0x8E3FDA) is known color: Blue Violet. HEX triplet: 8E, 3F and DA. RGB value is (142,63,218). Sum of RGB (Red+Green+Blue) = 142+63+218=423 (56% of max value = 765). Red value is 142 (55.86% from 255 or 33.57% from 423); Green value is 63 (25% from 255 or 14.89% from 423); Blue value is 218 (85.55% from 255 or 51.54% from 423); Max value from RGB is 218 - color contains mainly: blue. Hex color #8E3FDA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FDA is #71C025. Grayscale: #676767. Windows color (decimal): -7454758 or 14303118. OLE color: 14303118.

HSL color Cylindrical-coordinate representation of color #8E3FDA: hue angle of 270.58º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #8E3FDA is Cyan = 0.35, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 142 63 218 -
CMYK 0.35 0.71 0 0.15
HSL 270.58º 0.68% 0.55% -
HSV(B) 270.58º 0.71% 0.85% -
XYZ 25.59 14.37 67.75 -
YUV 104.29 192.17 154.9 -
System Red Green Blue C M Y K H S L
Decimal 142 63 218 0.35 0.71 0 0.15 270.58 0.68 0.55
Hex 8E 3F DA 23 47 0 F 10F 44 37
Octal 216 77 332 43 107 0 17 417 104 67
Binary 10001110 111111 11011010 100011 1000111 0 1111 100001111 1000100 110111

Color Harmonies of #8E3FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3FDA

Black with #8E3FDA

Text Example


Text Example

White with #8E3FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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