Html Css Color HEX #8760AA Ce Soir

📋 copy color: '#8760AA'

red 135 ◦ green 96 ◦ blue 170

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

Shades of Ce Soir #8760AA

Tints of Ce Soir #8760AA

RGB

 RED value IS 135 (53.13% from 255) = 33.67%

 GREEN value IS 96 (37.89% from 255) = 23.94%

 BLUE value IS 170 (66.8% from 255) = 42.39%

R = 33.67%
G = 23.94%
B = 42.39%

CMYK

 C value IS 0.21

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8760AA (or 0x8760AA) is known color: Ce Soir. HEX triplet: 87, 60 and AA. RGB value is (135,96,170). Sum of RGB (Red+Green+Blue) = 135+96+170=401 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.67% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 170 - color contains mainly: blue. Hex color #8760AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8760AA is #789F55. Grayscale: #737373. Windows color (decimal): -7905110 or 11165831. OLE color: 11165831.

HSL color Cylindrical-coordinate representation of color #8760AA: hue angle of 271.62º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8760AA is Cyan = 0.21, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 135 96 170 -
CMYK 0.21 0.44 0 0.33
HSL 271.62º 0.3% 0.52% -
HSV(B) 271.62º 0.44% 0.67% -
XYZ 21.43 16.42 40.07 -
YUV 116.1 158.42 141.48 -
System Red Green Blue C M Y K H S L
Decimal 135 96 170 0.21 0.44 0 0.33 271.62 0.3 0.52
Hex 87 60 AA 15 2C 0 21 110 1E 34
Octal 207 140 252 25 54 0 41 420 36 64
Binary 10000111 1100000 10101010 10101 101100 0 100001 100010000 11110 110100

Color Harmonies of #8760AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8760AA

Black with #8760AA

Text Example


Text Example

White with #8760AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8760AA; }

 p { color: rgb(135,96,170); }

 H1.HeaderClassName
 {
   color: #8760AA;
 }
 .AnyTagClassName
 {
   color: #8760AA;
 }
</style>

background-color css

<style>
 a { background-color: #8760AA; }

 a { background-color: rgb(135,96,170); }

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

border-color css

<style>
 span { border-color: #8760AA; }

 span { border-color: rgb(135,96,170); }

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