Html Css Color HEX #8E2BAB Vivid Violet

📋 copy color: '#8E2BAB'

red 142 ◦ green 43 ◦ blue 171

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

Shades of Vivid Violet #8E2BAB

Tints of Vivid Violet #8E2BAB

RGB

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

 GREEN value IS 43 (17.19% from 255) = 12.08%

 BLUE value IS 171 (67.19% from 255) = 48.03%

R = 39.89%
G = 12.08%
B = 48.03%

CMYK

 C value IS 0.17

 M value IS 0.75

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8E2BAB (or 0x8E2BAB) is known color: Vivid Violet. HEX triplet: 8E, 2B and AB. RGB value is (142,43,171). Sum of RGB (Red+Green+Blue) = 142+43+171=356 (47% of max value = 765). Red value is 142 (55.86% from 255 or 39.89% from 356); Green value is 43 (17.19% from 255 or 12.08% from 356); Blue value is 171 (67.19% from 255 or 48.03% from 356); Max value from RGB is 171 - color contains mainly: blue. Hex color #8E2BAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2BAB is #71D454. Grayscale: #565656. Windows color (decimal): -7459925 or 11217806. OLE color: 11217806.

HSL color Cylindrical-coordinate representation of color #8E2BAB: hue angle of 286.41º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8E2BAB is Cyan = 0.17, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 142 43 171 -
CMYK 0.17 0.75 0 0.33
HSL 286.41º 0.6% 0.42% -
HSV(B) 286.41º 0.75% 0.67% -
XYZ 19.37 10.42 39.52 -
YUV 87.19 175.3 167.09 -
System Red Green Blue C M Y K H S L
Decimal 142 43 171 0.17 0.75 0 0.33 286.41 0.6 0.42
Hex 8E 2B AB 11 4B 0 21 11E 3C 2A
Octal 216 53 253 21 113 0 41 436 74 52
Binary 10001110 101011 10101011 10001 1001011 0 100001 100011110 111100 101010

Color Harmonies of #8E2BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2BAB

Black with #8E2BAB

Text Example


Text Example

White with #8E2BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,43,171); }

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

background-color css

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

 a { background-color: rgb(142,43,171); }

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

border-color css

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

 span { border-color: rgb(142,43,171); }

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