Html Css Color HEX #9374A0 Ce Soir

📋 copy color: '#9374A0'

red 147 ◦ green 116 ◦ blue 160

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

Shades of Ce Soir #9374A0

Tints of Ce Soir #9374A0

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.42%

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

R = 34.75%
G = 27.42%
B = 37.83%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#9374A0 (or 0x9374A0) is known color: Ce Soir. HEX triplet: 93, 74 and A0. RGB value is (147,116,160). Sum of RGB (Red+Green+Blue) = 147+116+160=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 116 (45.70% from 255 or 27.42% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #9374A0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9374A0 is #6C8B5F. Grayscale: #828282. Windows color (decimal): -7113568 or 10515603. OLE color: 10515603.

HSL color Cylindrical-coordinate representation of color #9374A0: hue angle of 282.27º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9374A0 is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 147 116 160 -
CMYK 0.08 0.28 0 0.37
HSL 282.27º 0.19% 0.54% -
HSV(B) 282.27º 0.28% 0.63% -
XYZ 24.62 21.23 36.06 -
YUV 130.29 144.77 139.92 -
System Red Green Blue C M Y K H S L
Decimal 147 116 160 0.08 0.28 0 0.37 282.27 0.19 0.54
Hex 93 74 A0 8 1C 0 25 11A 13 36
Octal 223 164 240 10 34 0 45 432 23 66
Binary 10010011 1110100 10100000 1000 11100 0 100101 100011010 10011 110110

Color Harmonies of #9374A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9374A0

Black with #9374A0

Text Example


Text Example

White with #9374A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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