Html Css Color HEX #8E5C99 Violet Blue

📋 copy color: '#8E5C99'

red 142 ◦ green 92 ◦ blue 153

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

Shades of Violet Blue #8E5C99

Tints of Violet Blue #8E5C99

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.77%

 BLUE value IS 153 (60.16% from 255) = 39.53%

R = 36.69%
G = 23.77%
B = 39.53%

CMYK

 C value IS 0.07

 M value IS 0.40

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8E5C99 (or 0x8E5C99) is known color: Violet Blue. HEX triplet: 8E, 5C and 99. RGB value is (142,92,153). Sum of RGB (Red+Green+Blue) = 142+92+153=387 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.69% from 387); Green value is 92 (36.33% from 255 or 23.77% from 387); Blue value is 153 (60.16% from 255 or 39.53% from 387); Max value from RGB is 153 - color contains mainly: blue. Hex color #8E5C99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E5C99 is #71A366. Grayscale: #717171. Windows color (decimal): -7447399 or 10050702. OLE color: 10050702.

HSL color Cylindrical-coordinate representation of color #8E5C99: hue angle of 289.18º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8E5C99 is Cyan = 0.07, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 142 92 153 -
CMYK 0.07 0.40 0 0.4
HSL 289.18º 0.25% 0.48% -
HSV(B) 289.18º 0.4% 0.6% -
XYZ 20.73 15.7 32.08 -
YUV 113.9 150.07 148.04 -
System Red Green Blue C M Y K H S L
Decimal 142 92 153 0.07 0.40 0 0.4 289.18 0.25 0.48
Hex 8E 5C 99 7 28 0 28 121 19 30
Octal 216 134 231 7 50 0 50 441 31 60
Binary 10001110 1011100 10011001 111 101000 0 101000 100100001 11001 110000

Color Harmonies of #8E5C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5C99

Black with #8E5C99

Text Example


Text Example

White with #8E5C99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,92,153); }

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

background-color css

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

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

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

border-color css

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

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

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