Html Css Color HEX #9377AA Ce Soir

📋 copy color: '#9377AA'

red 147 ◦ green 119 ◦ blue 170

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

Shades of Ce Soir #9377AA

Tints of Ce Soir #9377AA

RGB

 RED value IS 147 (57.81% from 255) = 33.72%

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

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

R = 33.72%
G = 27.29%
B = 38.99%

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

#9377AA (or 0x9377AA) is known color: Ce Soir. HEX triplet: 93, 77 and AA. RGB value is (147,119,170). Sum of RGB (Red+Green+Blue) = 147+119+170=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 119 (46.88% from 255 or 27.29% from 436); Blue value is 170 (66.80% from 255 or 38.99% from 436); Max value from RGB is 170 - color contains mainly: blue. Hex color #9377AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AA is #6C8855. Grayscale: #858585. Windows color (decimal): -7112790 or 11171731. OLE color: 11171731.

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

Color convert

RGB 147 119 170 -
CMYK 0.14 0.3 0 0.33
HSL 272.94º 0.23% 0.57% -
HSV(B) 272.94º 0.3% 0.67% -
XYZ 25.89 22.3 40.97 -
YUV 133.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 147 119 170 0.14 0.3 0 0.33 272.94 0.23 0.57
Hex 93 77 AA E 1E 0 21 111 17 39
Octal 223 167 252 16 36 0 41 421 27 71
Binary 10010011 1110111 10101010 1110 11110 0 100001 100010001 10111 111001

Color Harmonies of #9377AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377AA

Black with #9377AA

Text Example


Text Example

White with #9377AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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