Html Css Color HEX #8E599B Violet Blue

📋 copy color: '#8E599B'

red 142 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #8E599B

Tints of Violet Blue #8E599B

RGB

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

 GREEN value IS 89 (35.16% from 255) = 23.06%

 BLUE value IS 155 (60.94% from 255) = 40.16%

R = 36.79%
G = 23.06%
B = 40.16%

CMYK

 C value IS 0.08

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8E599B (or 0x8E599B) is known color: Violet Blue. HEX triplet: 8E, 59 and 9B. RGB value is (142,89,155). Sum of RGB (Red+Green+Blue) = 142+89+155=386 (51% of max value = 765). Red value is 142 (55.86% from 255 or 36.79% from 386); Green value is 89 (35.16% from 255 or 23.06% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 155 - color contains mainly: blue. Hex color #8E599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8E599B is #71A664. Grayscale: #707070. Windows color (decimal): -7448165 or 10181006. OLE color: 10181006.

HSL color Cylindrical-coordinate representation of color #8E599B: hue angle of 288.18º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8E599B is Cyan = 0.08, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 142 89 155 -
CMYK 0.08 0.43 0 0.39
HSL 288.18º 0.27% 0.48% -
HSV(B) 288.18º 0.43% 0.61% -
XYZ 20.64 15.26 32.87 -
YUV 112.37 152.06 149.13 -
System Red Green Blue C M Y K H S L
Decimal 142 89 155 0.08 0.43 0 0.39 288.18 0.27 0.48
Hex 8E 59 9B 8 2B 0 27 120 1B 30
Octal 216 131 233 10 53 0 47 440 33 60
Binary 10001110 1011001 10011011 1000 101011 0 100111 100100000 11011 110000

Color Harmonies of #8E599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E599B

Black with #8E599B

Text Example


Text Example

White with #8E599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,89,155); }

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

background-color css

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

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

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

border-color css

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

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

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