Html Css Color HEX #9376AC Ce Soir

📋 copy color: '#9376AC'

red 147 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9376AC

Tints of Ce Soir #9376AC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27%

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

R = 33.64%
G = 27%
B = 39.36%

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

#9376AC (or 0x9376AC) is known color: Ce Soir. HEX triplet: 93, 76 and AC. RGB value is (147,118,172). Sum of RGB (Red+Green+Blue) = 147+118+172=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 118 (46.48% from 255 or 27.00% from 437); Blue value is 172 (67.58% from 255 or 39.36% from 437); Max value from RGB is 172 - color contains mainly: blue. Hex color #9376AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376AC is #6C8953. Grayscale: #848484. Windows color (decimal): -7113044 or 11302547. OLE color: 11302547.

HSL color Cylindrical-coordinate representation of color #9376AC: hue angle of 272.22º degrees, saturation: 0.25, 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 #9376AC is Cyan = 0.15, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 118 172 -
CMYK 0.15 0.31 0 0.33
HSL 272.22º 0.25% 0.57% -
HSV(B) 272.22º 0.31% 0.67% -
XYZ 25.96 22.14 41.93 -
YUV 132.83 150.11 138.11 -
System Red Green Blue C M Y K H S L
Decimal 147 118 172 0.15 0.31 0 0.33 272.22 0.25 0.57
Hex 93 76 AC F 1F 0 21 110 19 39
Octal 223 166 254 17 37 0 41 420 31 71
Binary 10010011 1110110 10101100 1111 11111 0 100001 100010000 11001 111001

Color Harmonies of #9376AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376AC

Black with #9376AC

Text Example


Text Example

White with #9376AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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