Html Css Color HEX #9977AE Ce Soir

📋 copy color: '#9977AE'

red 153 ◦ green 119 ◦ blue 174

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

Shades of Ce Soir #9977AE

Tints of Ce Soir #9977AE

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

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

 BLUE value IS 174 (68.36% from 255) = 39.01%

R = 34.3%
G = 26.68%
B = 39.01%

CMYK

 C value IS 0.12

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9977AE (or 0x9977AE) is known color: Ce Soir. HEX triplet: 99, 77 and AE. RGB value is (153,119,174). Sum of RGB (Red+Green+Blue) = 153+119+174=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 119 (46.88% from 255 or 26.68% from 446); Blue value is 174 (68.36% from 255 or 39.01% from 446); Max value from RGB is 174 - color contains mainly: blue. Hex color #9977AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9977AE is #668851. Grayscale: #878787. Windows color (decimal): -6719570 or 11433881. OLE color: 11433881.

HSL color Cylindrical-coordinate representation of color #9977AE: hue angle of 277.09º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9977AE is Cyan = 0.12, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 153 119 174 -
CMYK 0.12 0.32 0 0.32
HSL 277.09º 0.25% 0.57% -
HSV(B) 277.09º 0.32% 0.68% -
XYZ 27.37 23.02 43.05 -
YUV 135.44 149.76 140.53 -
System Red Green Blue C M Y K H S L
Decimal 153 119 174 0.12 0.32 0 0.32 277.09 0.25 0.57
Hex 99 77 AE C 20 0 20 115 19 39
Octal 231 167 256 14 40 0 40 425 31 71
Binary 10011001 1110111 10101110 1100 100000 0 100000 100010101 11001 111001

Color Harmonies of #9977AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9977AE

Black with #9977AE

Text Example


Text Example

White with #9977AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9977AE; }

 p { color: rgb(153,119,174); }

 H1.HeaderClassName
 {
   color: #9977AE;
 }
 .AnyTagClassName
 {
   color: #9977AE;
 }
</style>

background-color css

<style>
 a { background-color: #9977AE; }

 a { background-color: rgb(153,119,174); }

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

border-color css

<style>
 span { border-color: #9977AE; }

 span { border-color: rgb(153,119,174); }

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