Html Css Color HEX #9377AC Ce Soir

📋 copy color: '#9377AC'

red 147 ◦ green 119 ◦ blue 172

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

Shades of Ce Soir #9377AC

Tints of Ce Soir #9377AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.27%

R = 33.56%
G = 27.17%
B = 39.27%

CMYK

 C value IS 0.15

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9377AC (or 0x9377AC) is known color: Ce Soir. HEX triplet: 93, 77 and AC. RGB value is (147,119,172). Sum of RGB (Red+Green+Blue) = 147+119+172=438 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.56% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 172 (67.58% from 255 or 39.27% from 438); Max value from RGB is 172 - color contains mainly: blue. Hex color #9377AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9377AC is #6C8853. Grayscale: #858585. Windows color (decimal): -7112788 or 11302803. OLE color: 11302803.

HSL color Cylindrical-coordinate representation of color #9377AC: hue angle of 271.7º degrees, saturation: 0.24, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9377AC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 119 172 -
CMYK 0.15 0.31 0 0.33
HSL 271.7º 0.24% 0.57% -
HSV(B) 271.7º 0.31% 0.67% -
XYZ 26.08 22.38 41.97 -
YUV 133.41 149.78 137.69 -
System Red Green Blue C M Y K H S L
Decimal 147 119 172 0.15 0.31 0 0.33 271.7 0.24 0.57
Hex 93 77 AC F 1F 0 21 110 18 39
Octal 223 167 254 17 37 0 41 420 30 71
Binary 10010011 1110111 10101100 1111 11111 0 100001 100010000 11000 111001

Color Harmonies of #9377AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9377AC

Black with #9377AC

Text Example


Text Example

White with #9377AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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