Html Css Color HEX #9375AC Ce Soir

📋 copy color: '#9375AC'

red 147 ◦ green 117 ◦ blue 172

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

Shades of Ce Soir #9375AC

Tints of Ce Soir #9375AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 39.45%

R = 33.72%
G = 26.83%
B = 39.45%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9375AC (or 0x9375AC) is known color: Ce Soir. HEX triplet: 93, 75 and AC. RGB value is (147,117,172). Sum of RGB (Red+Green+Blue) = 147+117+172=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 172 - color contains mainly: blue. Hex color #9375AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9375AC is #6C8A53. Grayscale: #848484. Windows color (decimal): -7113300 or 11302291. OLE color: 11302291.

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

Color convert

RGB 147 117 172 -
CMYK 0.15 0.32 0 0.33
HSL 272.73º 0.25% 0.57% -
HSV(B) 272.73º 0.32% 0.67% -
XYZ 25.84 21.9 41.9 -
YUV 132.24 150.44 138.53 -
System Red Green Blue C M Y K H S L
Decimal 147 117 172 0.15 0.32 0 0.33 272.73 0.25 0.57
Hex 93 75 AC F 20 0 21 111 19 39
Octal 223 165 254 17 40 0 41 421 31 71
Binary 10010011 1110101 10101100 1111 100000 0 100001 100010001 11001 111001

Color Harmonies of #9375AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9375AC

Black with #9375AC

Text Example


Text Example

White with #9375AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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