Html Css Color HEX #8764AA Ce Soir

📋 copy color: '#8764AA'

red 135 ◦ green 100 ◦ blue 170

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

Shades of Ce Soir #8764AA

Tints of Ce Soir #8764AA

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

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

R = 33.33%
G = 24.69%
B = 41.98%

CMYK

 C value IS 0.21

 M value IS 0.41

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8764AA (or 0x8764AA) is known color: Ce Soir. HEX triplet: 87, 64 and AA. RGB value is (135,100,170). Sum of RGB (Red+Green+Blue) = 135+100+170=405 (53% of max value = 765). Red value is 135 (53.12% from 255 or 33.33% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 170 (66.80% from 255 or 41.98% from 405); Max value from RGB is 170 - color contains mainly: blue. Hex color #8764AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8764AA is #789B55. Grayscale: #767676. Windows color (decimal): -7904086 or 11166855. OLE color: 11166855.

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

Color convert

RGB 135 100 170 -
CMYK 0.21 0.41 0 0.33
HSL 270º 0.29% 0.53% -
HSV(B) 270º 0.41% 0.67% -
XYZ 21.8 17.17 40.19 -
YUV 118.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 135 100 170 0.21 0.41 0 0.33 270 0.29 0.53
Hex 87 64 AA 15 29 0 21 10E 1D 35
Octal 207 144 252 25 51 0 41 416 35 65
Binary 10000111 1100100 10101010 10101 101001 0 100001 100001110 11101 110101

Color Harmonies of #8764AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8764AA

Black with #8764AA

Text Example


Text Example

White with #8764AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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