Html Css Color HEX #9372AF Ce Soir

📋 copy color: '#9372AF'

red 147 ◦ green 114 ◦ blue 175

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

Shades of Ce Soir #9372AF

Tints of Ce Soir #9372AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 40.14%

R = 33.72%
G = 26.15%
B = 40.14%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9372AF (or 0x9372AF) is known color: Ce Soir. HEX triplet: 93, 72 and AF. RGB value is (147,114,175). Sum of RGB (Red+Green+Blue) = 147+114+175=436 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.72% from 436); Green value is 114 (44.92% from 255 or 26.15% from 436); Blue value is 175 (68.75% from 255 or 40.14% from 436); Max value from RGB is 175 - color contains mainly: blue. Hex color #9372AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9372AF is #6C8D50. Grayscale: #828282. Windows color (decimal): -7114065 or 11498131. OLE color: 11498131.

HSL color Cylindrical-coordinate representation of color #9372AF: hue angle of 272.46º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9372AF is Cyan = 0.16, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 147 114 175 -
CMYK 0.16 0.35 0 0.31
HSL 272.46º 0.28% 0.57% -
HSV(B) 272.46º 0.35% 0.69% -
XYZ 25.79 21.33 43.32 -
YUV 130.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 147 114 175 0.16 0.35 0 0.31 272.46 0.28 0.57
Hex 93 72 AF 10 23 0 1F 110 1C 39
Octal 223 162 257 20 43 0 37 420 34 71
Binary 10010011 1110010 10101111 10000 100011 0 11111 100010000 11100 111001

Color Harmonies of #9372AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9372AF

Black with #9372AF

Text Example


Text Example

White with #9372AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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