Html Css Color HEX #8A7193 Ce Soir

📋 copy color: '#8A7193'

red 138 ◦ green 113 ◦ blue 147

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

Shades of Ce Soir #8A7193

Tints of Ce Soir #8A7193

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 36.93%

R = 34.67%
G = 28.39%
B = 36.93%

CMYK

 C value IS 0.06

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8A7193 (or 0x8A7193) is known color: Ce Soir. HEX triplet: 8A, 71 and 93. RGB value is (138,113,147). Sum of RGB (Red+Green+Blue) = 138+113+147=398 (52% of max value = 765). Red value is 138 (54.30% from 255 or 34.67% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 147 (57.81% from 255 or 36.93% from 398); Max value from RGB is 147 - color contains mainly: blue. Hex color #8A7193 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7193 is #758E6C. Grayscale: #7C7C7C. Windows color (decimal): -7704173 or 9662858. OLE color: 9662858.

HSL color Cylindrical-coordinate representation of color #8A7193: hue angle of 284.12º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A7193 is Cyan = 0.06, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 138 113 147 -
CMYK 0.06 0.23 0 0.42
HSL 284.12º 0.14% 0.51% -
HSV(B) 284.12º 0.23% 0.58% -
XYZ 21.65 19.32 30.19 -
YUV 124.35 140.78 137.74 -
System Red Green Blue C M Y K H S L
Decimal 138 113 147 0.06 0.23 0 0.42 284.12 0.14 0.51
Hex 8A 71 93 6 17 0 2A 11C E 33
Octal 212 161 223 6 27 0 52 434 16 63
Binary 10001010 1110001 10010011 110 10111 0 101010 100011100 1110 110011

Color Harmonies of #8A7193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7193

Black with #8A7193

Text Example


Text Example

White with #8A7193

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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