Html Css Color HEX #8A7199 Ce Soir

📋 copy color: '#8A7199'

red 138 ◦ green 113 ◦ blue 153

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

Shades of Ce Soir #8A7199

Tints of Ce Soir #8A7199

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.97%

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

R = 34.16%
G = 27.97%
B = 37.87%

CMYK

 C value IS 0.10

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A7199 (or 0x8A7199) is known color: Ce Soir. HEX triplet: 8A, 71 and 99. RGB value is (138,113,153). Sum of RGB (Red+Green+Blue) = 138+113+153=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 113 (44.53% from 255 or 27.97% from 404); Blue value is 153 (60.16% from 255 or 37.87% from 404); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A7199 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7199 is #758E66. Grayscale: #7C7C7C. Windows color (decimal): -7704167 or 10056074. OLE color: 10056074.

HSL color Cylindrical-coordinate representation of color #8A7199: hue angle of 277.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8A7199 is Cyan = 0.10, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 113 153 -
CMYK 0.10 0.26 0 0.4
HSL 277.5º 0.16% 0.52% -
HSV(B) 277.5º 0.26% 0.6% -
XYZ 22.14 19.51 32.74 -
YUV 125.04 143.78 137.25 -
System Red Green Blue C M Y K H S L
Decimal 138 113 153 0.10 0.26 0 0.4 277.5 0.16 0.52
Hex 8A 71 99 A 1A 0 28 116 10 34
Octal 212 161 231 12 32 0 50 426 20 64
Binary 10001010 1110001 10011001 1010 11010 0 101000 100010110 10000 110100

Color Harmonies of #8A7199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7199

Black with #8A7199

Text Example


Text Example

White with #8A7199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,113,153); }

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

background-color css

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

 a { background-color: rgb(138,113,153); }

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

border-color css

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

 span { border-color: rgb(138,113,153); }

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