Html Css Color HEX #8E26AA Vivid Violet

📋 copy color: '#8E26AA'

red 142 ◦ green 38 ◦ blue 170

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

Shades of Vivid Violet #8E26AA

Tints of Vivid Violet #8E26AA

RGB

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

 GREEN value IS 38 (15.23% from 255) = 10.86%

 BLUE value IS 170 (66.8% from 255) = 48.57%

R = 40.57%
G = 10.86%
B = 48.57%

CMYK

 C value IS 0.16

 M value IS 0.78

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E26AA (or 0x8E26AA) is known color: Vivid Violet. HEX triplet: 8E, 26 and AA. RGB value is (142,38,170). Sum of RGB (Red+Green+Blue) = 142+38+170=350 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.57% from 350); Green value is 38 (15.23% from 255 or 10.86% from 350); Blue value is 170 (66.80% from 255 or 48.57% from 350); Max value from RGB is 170 - color contains mainly: blue. Hex color #8E26AA is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E26AA is #71D955. Grayscale: #535353. Windows color (decimal): -7461206 or 11150990. OLE color: 11150990.

HSL color Cylindrical-coordinate representation of color #8E26AA: hue angle of 287.27º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #8E26AA is Cyan = 0.16, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 38 170 -
CMYK 0.16 0.78 0 0.33
HSL 287.27º 0.63% 0.41% -
HSV(B) 287.27º 0.78% 0.67% -
XYZ 19.1 10.04 38.96 -
YUV 84.14 176.46 169.27 -
System Red Green Blue C M Y K H S L
Decimal 142 38 170 0.16 0.78 0 0.33 287.27 0.63 0.41
Hex 8E 26 AA 10 4E 0 21 11F 3F 29
Octal 216 46 252 20 116 0 41 437 77 51
Binary 10001110 100110 10101010 10000 1001110 0 100001 100011111 111111 101001

Color Harmonies of #8E26AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E26AA

Black with #8E26AA

Text Example


Text Example

White with #8E26AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,38,170); }

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

background-color css

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

 a { background-color: rgb(142,38,170); }

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

border-color css

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

 span { border-color: rgb(142,38,170); }

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