Html Css Color HEX #8E2E8E Vivid Violet

📋 copy color: '#8E2E8E'

red 142 ◦ green 46 ◦ blue 142

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

Shades of Vivid Violet #8E2E8E

Tints of Vivid Violet #8E2E8E

RGB

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

 GREEN value IS 46 (18.36% from 255) = 13.94%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 43.03%
G = 13.94%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8E2E8E (or 0x8E2E8E) is known color: Vivid Violet. HEX triplet: 8E, 2E and 8E. RGB value is (142,46,142). Sum of RGB (Red+Green+Blue) = 142+46+142=330 (43% of max value = 765). Red value is 142 (55.86% from 255 or 43.03% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 142 - color contains mainly: red, blue. Hex color #8E2E8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E2E8E is #71D171. Grayscale: #555555. Windows color (decimal): -7459186 or 9318030. OLE color: 9318030.

HSL color Cylindrical-coordinate representation of color #8E2E8E: hue angle of 300º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8E2E8E is Cyan = 0, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 46 142 -
CMYK 0 0.68 0 0.44
HSL 300º 0.51% 0.37% -
HSV(B) 300º 0.68% 0.56% -
XYZ 17.01 9.66 26.56 -
YUV 85.65 159.8 168.19 -
System Red Green Blue C M Y K H S L
Decimal 142 46 142 0 0.68 0 0.44 300 0.51 0.37
Hex 8E 2E 8E 0 44 0 2C 12C 33 25
Octal 216 56 216 0 104 0 54 454 63 45
Binary 10001110 101110 10001110 0 1000100 0 101100 100101100 110011 100101

Color Harmonies of #8E2E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E2E8E

Black with #8E2E8E

Text Example


Text Example

White with #8E2E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,46,142); }

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

background-color css

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

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

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

border-color css

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

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

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