Html Css Color HEX #8E3C85 Vivid Violet

📋 copy color: '#8E3C85'

red 142 ◦ green 60 ◦ blue 133

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

Shades of Vivid Violet #8E3C85

Tints of Vivid Violet #8E3C85

RGB

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

 GREEN value IS 60 (23.83% from 255) = 17.91%

 BLUE value IS 133 (52.34% from 255) = 39.7%

R = 42.39%
G = 17.91%
B = 39.7%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.06

 K value IS 0.44

RGB Variations

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

Color information

#8E3C85 (or 0x8E3C85) is known color: Vivid Violet. HEX triplet: 8E, 3C and 85. RGB value is (142,60,133). Sum of RGB (Red+Green+Blue) = 142+60+133=335 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.39% from 335); Green value is 60 (23.83% from 255 or 17.91% from 335); Blue value is 133 (52.34% from 255 or 39.70% from 335); Max value from RGB is 142 - color contains mainly: red. Hex color #8E3C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E3C85 is #71C37A. Grayscale: #5C5C5C. Windows color (decimal): -7455611 or 8731790. OLE color: 8731790.

HSL color Cylindrical-coordinate representation of color #8E3C85: hue angle of 306.59º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8E3C85 is Cyan = 0, Magento = 0.58, Yellow = 0.06 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 60 133 -
CMYK 0 0.58 0.06 0.44
HSL 306.59º 0.41% 0.4% -
HSV(B) 306.59º 0.58% 0.56% -
XYZ 17 10.68 23.35 -
YUV 92.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 142 60 133 0 0.58 0.06 0.44 306.59 0.41 0.4
Hex 8E 3C 85 0 3A 6 2C 133 29 28
Octal 216 74 205 0 72 6 54 463 51 50
Binary 10001110 111100 10000101 0 111010 110 101100 100110011 101001 101000

Color Harmonies of #8E3C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E3C85

Black with #8E3C85

Text Example


Text Example

White with #8E3C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,60,133); }

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

background-color css

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

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

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

border-color css

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

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

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