Html Css Color HEX #8A709A Ce Soir

📋 copy color: '#8A709A'

red 138 ◦ green 112 ◦ blue 154

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

Shades of Ce Soir #8A709A

Tints of Ce Soir #8A709A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.72%

 BLUE value IS 154 (60.55% from 255) = 38.12%

R = 34.16%
G = 27.72%
B = 38.12%

CMYK

 C value IS 0.10

 M value IS 0.27

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8A709A (or 0x8A709A) is known color: Ce Soir. HEX triplet: 8A, 70 and 9A. RGB value is (138,112,154). Sum of RGB (Red+Green+Blue) = 138+112+154=404 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.16% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 154 - color contains mainly: blue. Hex color #8A709A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A709A is #758F65. Grayscale: #7C7C7C. Windows color (decimal): -7704422 or 10121354. OLE color: 10121354.

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

Color convert

RGB 138 112 154 -
CMYK 0.10 0.27 0 0.40
HSL 277.14º 0.17% 0.52% -
HSV(B) 277.14º 0.27% 0.6% -
XYZ 22.11 19.32 33.14 -
YUV 124.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 138 112 154 0.10 0.27 0 0.40 277.14 0.17 0.52
Hex 8A 70 9A A 1B 0 28 115 11 34
Octal 212 160 232 12 33 0 50 425 21 64
Binary 10001010 1110000 10011010 1010 11011 0 101000 100010101 10001 110100

Color Harmonies of #8A709A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A709A

Black with #8A709A

Text Example


Text Example

White with #8A709A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,112,154); }

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

background-color css

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

 a { background-color: rgb(138,112,154); }

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

border-color css

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

 span { border-color: rgb(138,112,154); }

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