Html Css Color HEX #8E229B Vivid Violet

📋 copy color: '#8E229B'

red 142 ◦ green 34 ◦ blue 155

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

Shades of Vivid Violet #8E229B

Tints of Vivid Violet #8E229B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.27%

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

R = 42.9%
G = 10.27%
B = 46.83%

CMYK

 C value IS 0.08

 M value IS 0.78

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E229B (or 0x8E229B) is known color: Vivid Violet. HEX triplet: 8E, 22 and 9B. RGB value is (142,34,155). Sum of RGB (Red+Green+Blue) = 142+34+155=331 (43% of max value = 765). Red value is 142 (55.86% from 255 or 42.90% from 331); Green value is 34 (13.67% from 255 or 10.27% from 331); Blue value is 155 (60.94% from 255 or 46.83% from 331); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E229B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E229B is #71DD64. Grayscale: #4F4F4F. Windows color (decimal): -7462245 or 10166926. OLE color: 10166926.

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

Color convert

RGB 142 34 155 -
CMYK 0.08 0.78 0 0.39
HSL 293.55º 0.64% 0.37% -
HSV(B) 293.55º 0.78% 0.61% -
XYZ 17.64 9.26 31.87 -
YUV 80.09 170.28 172.16 -
System Red Green Blue C M Y K H S L
Decimal 142 34 155 0.08 0.78 0 0.39 293.55 0.64 0.37
Hex 8E 22 9B 8 4E 0 27 126 40 25
Octal 216 42 233 10 116 0 47 446 100 45
Binary 10001110 100010 10011011 1000 1001110 0 100111 100100110 1000000 100101

Color Harmonies of #8E229B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E229B

Black with #8E229B

Text Example


Text Example

White with #8E229B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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