Html Css Color HEX #9A77AA Ce Soir

📋 copy color: '#9A77AA'

red 154 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #9A77AA

Tints of Ce Soir #9A77AA

RGB

 RED value IS 154 (60.55% from 255) = 34.76%

 GREEN value IS 119 (46.88% from 255) = 26.86%

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

R = 34.76%
G = 26.86%
B = 38.37%

CMYK

 C value IS 0.09

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A77AA (or 0x9A77AA) is known color: Ce Soir. HEX triplet: 9A, 77 and AA. RGB value is (154,119,170). Sum of RGB (Red+Green+Blue) = 154+119+170=443 (58% of max value = 765). Red value is 154 (60.55% from 255 or 34.76% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A77AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A77AA is #658855. Grayscale: #878787. Windows color (decimal): -6654038 or 11171738. OLE color: 11171738.

HSL color Cylindrical-coordinate representation of color #9A77AA: hue angle of 281.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9A77AA is Cyan = 0.09, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 119 170 -
CMYK 0.09 0.3 0 0.33
HSL 281.18º 0.23% 0.57% -
HSV(B) 281.18º 0.3% 0.67% -
XYZ 27.18 22.97 41.03 -
YUV 135.28 147.6 141.35 -
System Red Green Blue C M Y K H S L
Decimal 154 119 170 0.09 0.3 0 0.33 281.18 0.23 0.57
Hex 9A 77 AA 9 1E 0 21 119 17 39
Octal 232 167 252 11 36 0 41 431 27 71
Binary 10011010 1110111 10101010 1001 11110 0 100001 100011001 10111 111001

Color Harmonies of #9A77AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A77AA

Black with #9A77AA

Text Example


Text Example

White with #9A77AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A77AA; }

 p { color: rgb(154,119,170); }

 H1.HeaderClassName
 {
   color: #9A77AA;
 }
 .AnyTagClassName
 {
   color: #9A77AA;
 }
</style>

background-color css

<style>
 a { background-color: #9A77AA; }

 a { background-color: rgb(154,119,170); }

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

border-color css

<style>
 span { border-color: #9A77AA; }

 span { border-color: rgb(154,119,170); }

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