Html Css Color HEX #8E45A4 Vivid Violet

📋 copy color: '#8E45A4'

red 142 ◦ green 69 ◦ blue 164

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

Shades of Vivid Violet #8E45A4

Tints of Vivid Violet #8E45A4

RGB

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

 GREEN value IS 69 (27.34% from 255) = 18.4%

 BLUE value IS 164 (64.45% from 255) = 43.73%

R = 37.87%
G = 18.4%
B = 43.73%

CMYK

 C value IS 0.13

 M value IS 0.58

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8E45A4 (or 0x8E45A4) is known color: Vivid Violet. HEX triplet: 8E, 45 and A4. RGB value is (142,69,164). Sum of RGB (Red+Green+Blue) = 142+69+164=375 (49% of max value = 765). Red value is 142 (55.86% from 255 or 37.87% from 375); Green value is 69 (27.34% from 255 or 18.4% from 375); Blue value is 164 (64.45% from 255 or 43.73% from 375); Max value from RGB is 164 - color contains mainly: blue. Hex color #8E45A4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E45A4 is #71BA5B. Grayscale: #656565. Windows color (decimal): -7453276 or 10765710. OLE color: 10765710.

HSL color Cylindrical-coordinate representation of color #8E45A4: hue angle of 286.11º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E45A4 is Cyan = 0.13, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 142 69 164 -
CMYK 0.13 0.58 0 0.36
HSL 286.11º 0.41% 0.46% -
HSV(B) 286.11º 0.58% 0.64% -
XYZ 19.98 12.69 36.52 -
YUV 101.66 163.18 156.78 -
System Red Green Blue C M Y K H S L
Decimal 142 69 164 0.13 0.58 0 0.36 286.11 0.41 0.46
Hex 8E 45 A4 D 3A 0 24 11E 29 2E
Octal 216 105 244 15 72 0 44 436 51 56
Binary 10001110 1000101 10100100 1101 111010 0 100100 100011110 101001 101110

Color Harmonies of #8E45A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E45A4

Black with #8E45A4

Text Example


Text Example

White with #8E45A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,69,164); }

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

background-color css

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

 a { background-color: rgb(142,69,164); }

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

border-color css

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

 span { border-color: rgb(142,69,164); }

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