Html Css Color HEX #8C599B Violet Blue

📋 copy color: '#8C599B'

red 140 ◦ green 89 ◦ blue 155

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

Shades of Violet Blue #8C599B

Tints of Violet Blue #8C599B

RGB

 RED value IS 140 (55.08% from 255) = 36.46%

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

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

R = 36.46%
G = 23.18%
B = 40.36%

CMYK

 C value IS 0.10

 M value IS 0.43

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C599B (or 0x8C599B) is known color: Violet Blue. HEX triplet: 8C, 59 and 9B. RGB value is (140,89,155). Sum of RGB (Red+Green+Blue) = 140+89+155=384 (50% of max value = 765). Red value is 140 (55.08% from 255 or 36.46% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 155 (60.94% from 255 or 40.36% from 384); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C599B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C599B is #73A664. Grayscale: #6F6F6F. Windows color (decimal): -7579237 or 10181004. OLE color: 10181004.

HSL color Cylindrical-coordinate representation of color #8C599B: hue angle of 286.36º 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 #8C599B is Cyan = 0.10, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 89 155 -
CMYK 0.10 0.43 0 0.39
HSL 286.36º 0.27% 0.48% -
HSV(B) 286.36º 0.43% 0.61% -
XYZ 20.3 15.09 32.85 -
YUV 111.77 152.4 148.13 -
System Red Green Blue C M Y K H S L
Decimal 140 89 155 0.10 0.43 0 0.39 286.36 0.27 0.48
Hex 8C 59 9B A 2B 0 27 11E 1B 30
Octal 214 131 233 12 53 0 47 436 33 60
Binary 10001100 1011001 10011011 1010 101011 0 100111 100011110 11011 110000

Color Harmonies of #8C599B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C599B

Black with #8C599B

Text Example


Text Example

White with #8C599B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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