Html Css Color HEX #9277AA Ce Soir

📋 copy color: '#9277AA'

red 146 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #9277AA

Tints of Ce Soir #9277AA

RGB

 RED value IS 146 (57.42% from 255) = 33.56%

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

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

R = 33.56%
G = 27.36%
B = 39.08%

CMYK

 C value IS 0.14

 M value IS 0.3

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9277AA (or 0x9277AA) is known color: Ce Soir. HEX triplet: 92, 77 and AA. RGB value is (146,119,170). Sum of RGB (Red+Green+Blue) = 146+119+170=435 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.56% from 435); Green value is 119 (46.88% from 255 or 27.36% from 435); Blue value is 170 (66.80% from 255 or 39.08% from 435); Max value from RGB is 170 - color contains mainly: blue. Hex color #9277AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9277AA is #6D8855. Grayscale: #848484. Windows color (decimal): -7178326 or 11171730. OLE color: 11171730.

HSL color Cylindrical-coordinate representation of color #9277AA: hue angle of 271.76º 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 #9277AA is Cyan = 0.14, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 146 119 170 -
CMYK 0.14 0.3 0 0.33
HSL 271.76º 0.23% 0.57% -
HSV(B) 271.76º 0.3% 0.67% -
XYZ 25.71 22.21 40.96 -
YUV 132.89 148.95 137.35 -
System Red Green Blue C M Y K H S L
Decimal 146 119 170 0.14 0.3 0 0.33 271.76 0.23 0.57
Hex 92 77 AA E 1E 0 21 110 17 39
Octal 222 167 252 16 36 0 41 420 27 71
Binary 10010010 1110111 10101010 1110 11110 0 100001 100010000 10111 111001

Color Harmonies of #9277AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9277AA

Black with #9277AA

Text Example


Text Example

White with #9277AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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