Html Css Color HEX #8E459B Vivid Violet

📋 copy color: '#8E459B'

red 142 ◦ green 69 ◦ blue 155

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

Shades of Vivid Violet #8E459B

Tints of Vivid Violet #8E459B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 42.35%

R = 38.8%
G = 18.85%
B = 42.35%

CMYK

 C value IS 0.08

 M value IS 0.55

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E459B (or 0x8E459B) is known color: Vivid Violet. HEX triplet: 8E, 45 and 9B. RGB value is (142,69,155). Sum of RGB (Red+Green+Blue) = 142+69+155=366 (48% of max value = 765). Red value is 142 (55.86% from 255 or 38.80% from 366); Green value is 69 (27.34% from 255 or 18.85% from 366); Blue value is 155 (60.94% from 255 or 42.35% from 366); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E459B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E459B is #71BA64. Grayscale: #646464. Windows color (decimal): -7453285 or 10175886. OLE color: 10175886.

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

Color convert

RGB 142 69 155 -
CMYK 0.08 0.55 0 0.39
HSL 290.93º 0.38% 0.44% -
HSV(B) 290.93º 0.55% 0.61% -
XYZ 19.2 12.37 32.39 -
YUV 100.63 158.68 157.51 -
System Red Green Blue C M Y K H S L
Decimal 142 69 155 0.08 0.55 0 0.39 290.93 0.38 0.44
Hex 8E 45 9B 8 37 0 27 123 26 2C
Octal 216 105 233 10 67 0 47 443 46 54
Binary 10001110 1000101 10011011 1000 110111 0 100111 100100011 100110 101100

Color Harmonies of #8E459B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E459B

Black with #8E459B

Text Example


Text Example

White with #8E459B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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