Html Css Color HEX #9375AA Ce Soir

📋 copy color: '#9375AA'

red 147 ◦ green 117 ◦ blue 170

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

Shades of Ce Soir #9375AA

Tints of Ce Soir #9375AA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.96%

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

R = 33.87%
G = 26.96%
B = 39.17%

CMYK

 C value IS 0.14

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9375AA (or 0x9375AA) is known color: Ce Soir. HEX triplet: 93, 75 and AA. RGB value is (147,117,170). Sum of RGB (Red+Green+Blue) = 147+117+170=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 117 (46.09% from 255 or 26.96% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 170 - color contains mainly: blue. Hex color #9375AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9375AA is #6C8A55. Grayscale: #838383. Windows color (decimal): -7113302 or 11171219. OLE color: 11171219.

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

Color convert

RGB 147 117 170 -
CMYK 0.14 0.31 0 0.33
HSL 273.96º 0.24% 0.56% -
HSV(B) 273.96º 0.31% 0.67% -
XYZ 25.65 21.83 40.89 -
YUV 132.01 149.44 138.69 -
System Red Green Blue C M Y K H S L
Decimal 147 117 170 0.14 0.31 0 0.33 273.96 0.24 0.56
Hex 93 75 AA E 1F 0 21 112 18 38
Octal 223 165 252 16 37 0 41 422 30 70
Binary 10010011 1110101 10101010 1110 11111 0 100001 100010010 11000 111000

Color Harmonies of #9375AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375AA

Black with #9375AA

Text Example


Text Example

White with #9375AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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