Html Css Color HEX #8A709E Ce Soir

📋 copy color: '#8A709E'

red 138 ◦ green 112 ◦ blue 158

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

Shades of Ce Soir #8A709E

Tints of Ce Soir #8A709E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 38.73%

R = 33.82%
G = 27.45%
B = 38.73%

CMYK

 C value IS 0.13

 M value IS 0.29

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A709E (or 0x8A709E) is known color: Ce Soir. HEX triplet: 8A, 70 and 9E. RGB value is (138,112,158). Sum of RGB (Red+Green+Blue) = 138+112+158=408 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.82% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 158 (62.11% from 255 or 38.73% from 408); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A709E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A709E is #758F61. Grayscale: #7C7C7C. Windows color (decimal): -7704418 or 10383498. OLE color: 10383498.

HSL color Cylindrical-coordinate representation of color #8A709E: hue angle of 273.91º degrees, saturation: 0.19, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8A709E is Cyan = 0.13, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 112 158 -
CMYK 0.13 0.29 0 0.38
HSL 273.91º 0.19% 0.53% -
HSV(B) 273.91º 0.29% 0.62% -
XYZ 22.45 19.46 34.92 -
YUV 125.02 146.61 137.26 -
System Red Green Blue C M Y K H S L
Decimal 138 112 158 0.13 0.29 0 0.38 273.91 0.19 0.53
Hex 8A 70 9E D 1D 0 26 112 13 35
Octal 212 160 236 15 35 0 46 422 23 65
Binary 10001010 1110000 10011110 1101 11101 0 100110 100010010 10011 110101

Color Harmonies of #8A709E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A709E

Black with #8A709E

Text Example


Text Example

White with #8A709E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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