Html Css Color HEX #9372AC Ce Soir

📋 copy color: '#9372AC'

red 147 ◦ green 114 ◦ blue 172

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

Shades of Ce Soir #9372AC

Tints of Ce Soir #9372AC

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.33%

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

R = 33.95%
G = 26.33%
B = 39.72%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9372AC (or 0x9372AC) is known color: Ce Soir. HEX triplet: 93, 72 and AC. RGB value is (147,114,172). Sum of RGB (Red+Green+Blue) = 147+114+172=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 172 (67.58% from 255 or 39.72% from 433); Max value from RGB is 172 - color contains mainly: blue. Hex color #9372AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9372AC is #6C8D53. Grayscale: #828282. Windows color (decimal): -7114068 or 11301523. OLE color: 11301523.

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

Color convert

RGB 147 114 172 -
CMYK 0.15 0.34 0 0.33
HSL 274.14º 0.26% 0.56% -
HSV(B) 274.14º 0.34% 0.67% -
XYZ 25.5 21.22 41.78 -
YUV 130.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 147 114 172 0.15 0.34 0 0.33 274.14 0.26 0.56
Hex 93 72 AC F 22 0 21 112 1A 38
Octal 223 162 254 17 42 0 41 422 32 70
Binary 10010011 1110010 10101100 1111 100010 0 100001 100010010 11010 111000

Color Harmonies of #9372AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9372AC

Black with #9372AC

Text Example


Text Example

White with #9372AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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