Html Css Color HEX #8E1B9E Vivid Violet

📋 copy color: '#8E1B9E'

red 142 ◦ green 27 ◦ blue 158

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

Shades of Vivid Violet #8E1B9E

Tints of Vivid Violet #8E1B9E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 8.26%

 BLUE value IS 158 (62.11% from 255) = 48.32%

R = 43.43%
G = 8.26%
B = 48.32%

CMYK

 C value IS 0.10

 M value IS 0.83

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8E1B9E (or 0x8E1B9E) is known color: Vivid Violet. HEX triplet: 8E, 1B and 9E. RGB value is (142,27,158). Sum of RGB (Red+Green+Blue) = 142+27+158=327 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.43% from 327); Green value is 27 (10.94% from 255 or 8.26% from 327); Blue value is 158 (62.11% from 255 or 48.32% from 327); Max value from RGB is 158 - color contains mainly: blue. Hex color #8E1B9E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E1B9E is #71E461. Grayscale: #4B4B4B. Windows color (decimal): -7464034 or 10361742. OLE color: 10361742.

HSL color Cylindrical-coordinate representation of color #8E1B9E: hue angle of 292.67º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #8E1B9E is Cyan = 0.10, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 142 27 158 -
CMYK 0.10 0.83 0 0.38
HSL 292.67º 0.71% 0.36% -
HSV(B) 292.67º 0.83% 0.62% -
XYZ 17.72 9 33.15 -
YUV 76.32 174.1 174.85 -
System Red Green Blue C M Y K H S L
Decimal 142 27 158 0.10 0.83 0 0.38 292.67 0.71 0.36
Hex 8E 1B 9E A 53 0 26 125 47 24
Octal 216 33 236 12 123 0 46 445 107 44
Binary 10001110 11011 10011110 1010 1010011 0 100110 100100101 1000111 100100

Color Harmonies of #8E1B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E1B9E

Black with #8E1B9E

Text Example


Text Example

White with #8E1B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,27,158); }

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

background-color css

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

 a { background-color: rgb(142,27,158); }

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

border-color css

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

 span { border-color: rgb(142,27,158); }

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