Html Css Color HEX #8E4CEA Blue Violet

📋 copy color: '#8E4CEA'

red 142 ◦ green 76 ◦ blue 234

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

Shades of Blue Violet #8E4CEA

Tints of Blue Violet #8E4CEA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 16.81%

 BLUE value IS 234 (91.8% from 255) = 51.77%

R = 31.42%
G = 16.81%
B = 51.77%

CMYK

 C value IS 0.39

 M value IS 0.68

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#8E4CEA (or 0x8E4CEA) is known color: Blue Violet. HEX triplet: 8E, 4C and EA. RGB value is (142,76,234). Sum of RGB (Red+Green+Blue) = 142+76+234=452 (59% of max value = 765). Red value is 142 (55.86% from 255 or 31.42% from 452); Green value is 76 (30.08% from 255 or 16.81% from 452); Blue value is 234 (91.80% from 255 or 51.77% from 452); Max value from RGB is 234 - color contains mainly: blue. Hex color #8E4CEA is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #8E4CEA is #71B315. Grayscale: #717171. Windows color (decimal): -7451414 or 15355022. OLE color: 15355022.

HSL color Cylindrical-coordinate representation of color #8E4CEA: hue angle of 265.06º degrees, saturation: 0.79, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E4CEA is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 142 76 234 -
CMYK 0.39 0.68 0 0.08
HSL 265.06º 0.79% 0.61% -
HSV(B) 265.06º 0.68% 0.92% -
XYZ 28.59 16.86 79.59 -
YUV 113.75 195.87 148.15 -
System Red Green Blue C M Y K H S L
Decimal 142 76 234 0.39 0.68 0 0.08 265.06 0.79 0.61
Hex 8E 4C EA 27 44 0 8 109 4F 3D
Octal 216 114 352 47 104 0 10 411 117 75
Binary 10001110 1001100 11101010 100111 1000100 0 1000 100001001 1001111 111101

Color Harmonies of #8E4CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E4CEA

Black with #8E4CEA

Text Example


Text Example

White with #8E4CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,76,234); }

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

background-color css

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

 a { background-color: rgb(142,76,234); }

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

border-color css

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

 span { border-color: rgb(142,76,234); }

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