Html Css Color HEX #9378AA Ce Soir

📋 copy color: '#9378AA'

red 147 ◦ green 120 ◦ blue 170

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

Shades of Ce Soir #9378AA

Tints of Ce Soir #9378AA

RGB

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

 GREEN value IS 120 (47.27% from 255) = 27.46%

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

R = 33.64%
G = 27.46%
B = 38.9%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9378AA (or 0x9378AA) is known color: Ce Soir. HEX triplet: 93, 78 and AA. RGB value is (147,120,170). Sum of RGB (Red+Green+Blue) = 147+120+170=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 120 (47.27% from 255 or 27.46% from 437); Blue value is 170 (66.80% from 255 or 38.90% from 437); Max value from RGB is 170 - color contains mainly: blue. Hex color #9378AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9378AA is #6C8755. Grayscale: #858585. Windows color (decimal): -7112534 or 11171987. OLE color: 11171987.

HSL color Cylindrical-coordinate representation of color #9378AA: hue angle of 272.4º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9378AA is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 147 120 170 -
CMYK 0.14 0.29 0 0.33
HSL 272.4º 0.23% 0.57% -
HSV(B) 272.4º 0.29% 0.67% -
XYZ 26 22.54 41.01 -
YUV 133.77 148.45 137.43 -
System Red Green Blue C M Y K H S L
Decimal 147 120 170 0.14 0.29 0 0.33 272.4 0.23 0.57
Hex 93 78 AA E 1D 0 21 110 17 39
Octal 223 170 252 16 35 0 41 420 27 71
Binary 10010011 1111000 10101010 1110 11101 0 100001 100010000 10111 111001

Color Harmonies of #9378AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9378AA

Black with #9378AA

Text Example


Text Example

White with #9378AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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