Html Css Color HEX #8A7595 Ce Soir

📋 copy color: '#8A7595'

red 138 ◦ green 117 ◦ blue 149

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

Shades of Ce Soir #8A7595

Tints of Ce Soir #8A7595

RGB

 RED value IS 138 (54.3% from 255) = 34.16%

 GREEN value IS 117 (46.09% from 255) = 28.96%

 BLUE value IS 149 (58.59% from 255) = 36.88%

R = 34.16%
G = 28.96%
B = 36.88%

CMYK

 C value IS 0.07

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A7595 (or 0x8A7595) is known color: Ce Soir. HEX triplet: 8A, 75 and 95. RGB value is (138,117,149). Sum of RGB (Red+Green+Blue) = 138+117+149=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 117 (46.09% from 255 or 28.96% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 149 - color contains mainly: blue. Hex color #8A7595 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7595 is #758A6A. Grayscale: #7E7E7E. Windows color (decimal): -7703147 or 9794954. OLE color: 9794954.

HSL color Cylindrical-coordinate representation of color #8A7595: hue angle of 279.38º degrees, saturation: 0.13, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #8A7595 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 117 149 -
CMYK 0.07 0.21 0 0.42
HSL 279.38º 0.13% 0.52% -
HSV(B) 279.38º 0.21% 0.58% -
XYZ 22.27 20.3 31.18 -
YUV 126.93 140.46 135.9 -
System Red Green Blue C M Y K H S L
Decimal 138 117 149 0.07 0.21 0 0.42 279.38 0.13 0.52
Hex 8A 75 95 7 15 0 2A 117 D 34
Octal 212 165 225 7 25 0 52 427 15 64
Binary 10001010 1110101 10010101 111 10101 0 101010 100010111 1101 110100

Color Harmonies of #8A7595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7595

Black with #8A7595

Text Example


Text Example

White with #8A7595

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,117,149); }

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

background-color css

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

 a { background-color: rgb(138,117,149); }

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

border-color css

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

 span { border-color: rgb(138,117,149); }

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