Html Css Color HEX #9374AA Ce Soir

📋 copy color: '#9374AA'

red 147 ◦ green 116 ◦ blue 170

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

Shades of Ce Soir #9374AA

Tints of Ce Soir #9374AA

RGB

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

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

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

R = 33.95%
G = 26.79%
B = 39.26%

CMYK

 C value IS 0.14

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9374AA (or 0x9374AA) is known color: Ce Soir. HEX triplet: 93, 74 and AA. RGB value is (147,116,170). Sum of RGB (Red+Green+Blue) = 147+116+170=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 116 (45.70% from 255 or 26.79% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9374AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9374AA is #6C8B55. Grayscale: #838383. Windows color (decimal): -7113558 or 11170963. OLE color: 11170963.

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

Color convert

RGB 147 116 170 -
CMYK 0.14 0.32 0 0.33
HSL 274.44º 0.24% 0.56% -
HSV(B) 274.44º 0.32% 0.67% -
XYZ 25.53 21.6 40.85 -
YUV 131.43 149.77 139.11 -
System Red Green Blue C M Y K H S L
Decimal 147 116 170 0.14 0.32 0 0.33 274.44 0.24 0.56
Hex 93 74 AA E 20 0 21 112 18 38
Octal 223 164 252 16 40 0 41 422 30 70
Binary 10010011 1110100 10101010 1110 100000 0 100001 100010010 11000 111000

Color Harmonies of #9374AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9374AA

Black with #9374AA

Text Example


Text Example

White with #9374AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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