Html Css Color HEX #8A759C Ce Soir

📋 copy color: '#8A759C'

red 138 ◦ green 117 ◦ blue 156

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

Shades of Ce Soir #8A759C

Tints of Ce Soir #8A759C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 37.96%

R = 33.58%
G = 28.47%
B = 37.96%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A759C (or 0x8A759C) is known color: Ce Soir. HEX triplet: 8A, 75 and 9C. RGB value is (138,117,156). Sum of RGB (Red+Green+Blue) = 138+117+156=411 (54% of max value = 765). Red value is 138 (54.30% from 255 or 33.58% from 411); Green value is 117 (46.09% from 255 or 28.47% from 411); Blue value is 156 (61.33% from 255 or 37.96% from 411); Max value from RGB is 156 - color contains mainly: blue. Hex color #8A759C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A759C is #758A63. Grayscale: #7F7F7F. Windows color (decimal): -7703140 or 10253706. OLE color: 10253706.

HSL color Cylindrical-coordinate representation of color #8A759C: hue angle of 272.31º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A759C is Cyan = 0.12, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 117 156 -
CMYK 0.12 0.25 0 0.39
HSL 272.31º 0.16% 0.54% -
HSV(B) 272.31º 0.25% 0.61% -
XYZ 22.84 20.53 34.21 -
YUV 127.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 138 117 156 0.12 0.25 0 0.39 272.31 0.16 0.54
Hex 8A 75 9C C 19 0 27 110 10 36
Octal 212 165 234 14 31 0 47 420 20 66
Binary 10001010 1110101 10011100 1100 11001 0 100111 100010000 10000 110110

Color Harmonies of #8A759C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A759C

Black with #8A759C

Text Example


Text Example

White with #8A759C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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