Html Css Color HEX #8E2F96 Vivid Violet

📋 copy color: '#8E2F96'

red 142 ◦ green 47 ◦ blue 150

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

Shades of Vivid Violet #8E2F96

Tints of Vivid Violet #8E2F96

RGB

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

 GREEN value IS 47 (18.75% from 255) = 13.86%

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 41.89%
G = 13.86%
B = 44.25%

CMYK

 C value IS 0.05

 M value IS 0.69

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#8E2F96 (or 0x8E2F96) is known color: Vivid Violet. HEX triplet: 8E, 2F and 96. RGB value is (142,47,150). Sum of RGB (Red+Green+Blue) = 142+47+150=339 (44% of max value = 765). Red value is 142 (55.86% from 255 or 41.89% from 339); Green value is 47 (18.75% from 255 or 13.86% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 150 - color contains mainly: blue. Hex color #8E2F96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2F96 is #71D069. Grayscale: #565656. Windows color (decimal): -7458922 or 9842574. OLE color: 9842574.

HSL color Cylindrical-coordinate representation of color #8E2F96: hue angle of 295.34º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #8E2F96 is Cyan = 0.05, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 142 47 150 -
CMYK 0.05 0.69 0 0.41
HSL 295.34º 0.52% 0.39% -
HSV(B) 295.34º 0.69% 0.59% -
XYZ 17.68 9.99 29.85 -
YUV 87.15 163.47 167.12 -
System Red Green Blue C M Y K H S L
Decimal 142 47 150 0.05 0.69 0 0.41 295.34 0.52 0.39
Hex 8E 2F 96 5 45 0 29 127 34 27
Octal 216 57 226 5 105 0 51 447 64 47
Binary 10001110 101111 10010110 101 1000101 0 101001 100100111 110100 100111

Color Harmonies of #8E2F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2F96

Black with #8E2F96

Text Example


Text Example

White with #8E2F96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,47,150); }

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

background-color css

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

 a { background-color: rgb(142,47,150); }

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

border-color css

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

 span { border-color: rgb(142,47,150); }

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