Html Css Color HEX #9375AD Ce Soir

📋 copy color: '#9375AD'

red 147 ◦ green 117 ◦ blue 173

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

Shades of Ce Soir #9375AD

Tints of Ce Soir #9375AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.59%

R = 33.64%
G = 26.77%
B = 39.59%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9375AD (or 0x9375AD) is known color: Ce Soir. HEX triplet: 93, 75 and AD. RGB value is (147,117,173). Sum of RGB (Red+Green+Blue) = 147+117+173=437 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.64% from 437); Green value is 117 (46.09% from 255 or 26.77% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 173 - color contains mainly: blue. Hex color #9375AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9375AD is #6C8A52. Grayscale: #848484. Windows color (decimal): -7113299 or 11367827. OLE color: 11367827.

HSL color Cylindrical-coordinate representation of color #9375AD: hue angle of 272.14º degrees, saturation: 0.25, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9375AD is Cyan = 0.15, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 117 173 -
CMYK 0.15 0.32 0 0.32
HSL 272.14º 0.25% 0.57% -
HSV(B) 272.14º 0.32% 0.68% -
XYZ 25.94 21.94 42.4 -
YUV 132.35 150.94 138.45 -
System Red Green Blue C M Y K H S L
Decimal 147 117 173 0.15 0.32 0 0.32 272.14 0.25 0.57
Hex 93 75 AD F 20 0 20 110 19 39
Octal 223 165 255 17 40 0 40 420 31 71
Binary 10010011 1110101 10101101 1111 100000 0 100000 100010000 11001 111001

Color Harmonies of #9375AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375AD

Black with #9375AD

Text Example


Text Example

White with #9375AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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