Html Css Color HEX #9376A0 Ce Soir

📋 copy color: '#9376A0'

red 147 ◦ green 118 ◦ blue 160

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

Shades of Ce Soir #9376A0

Tints of Ce Soir #9376A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 37.65%

R = 34.59%
G = 27.76%
B = 37.65%

CMYK

 C value IS 0.08

 M value IS 0.26

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9376A0 (or 0x9376A0) is known color: Ce Soir. HEX triplet: 93, 76 and A0. RGB value is (147,118,160). Sum of RGB (Red+Green+Blue) = 147+118+160=425 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.59% from 425); Green value is 118 (46.48% from 255 or 27.76% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 160 - color contains mainly: blue. Hex color #9376A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9376A0 is #6C895F. Grayscale: #838383. Windows color (decimal): -7113056 or 10516115. OLE color: 10516115.

HSL color Cylindrical-coordinate representation of color #9376A0: hue angle of 281.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9376A0 is Cyan = 0.08, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 118 160 -
CMYK 0.08 0.26 0 0.37
HSL 281.43º 0.18% 0.55% -
HSV(B) 281.43º 0.26% 0.63% -
XYZ 24.86 21.7 36.14 -
YUV 131.46 144.11 139.08 -
System Red Green Blue C M Y K H S L
Decimal 147 118 160 0.08 0.26 0 0.37 281.43 0.18 0.55
Hex 93 76 A0 8 1A 0 25 119 12 37
Octal 223 166 240 10 32 0 45 431 22 67
Binary 10010011 1110110 10100000 1000 11010 0 100101 100011001 10010 110111

Color Harmonies of #9376A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9376A0

Black with #9376A0

Text Example


Text Example

White with #9376A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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