Html Css Color HEX #9370AE Ce Soir

📋 copy color: '#9370AE'

red 147 ◦ green 112 ◦ blue 174

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

Shades of Ce Soir #9370AE

Tints of Ce Soir #9370AE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 174 (68.36% from 255) = 40.18%

R = 33.95%
G = 25.87%
B = 40.18%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9370AE (or 0x9370AE) is known color: Ce Soir. HEX triplet: 93, 70 and AE. RGB value is (147,112,174). Sum of RGB (Red+Green+Blue) = 147+112+174=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 174 (68.36% from 255 or 40.18% from 433); Max value from RGB is 174 - color contains mainly: blue. Hex color #9370AE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9370AE is #6C8F51. Grayscale: #818181. Windows color (decimal): -7114578 or 11432083. OLE color: 11432083.

HSL color Cylindrical-coordinate representation of color #9370AE: hue angle of 273.87º degrees, saturation: 0.28, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9370AE is Cyan = 0.16, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 147 112 174 -
CMYK 0.16 0.36 0 0.32
HSL 273.87º 0.28% 0.56% -
HSV(B) 273.87º 0.36% 0.68% -
XYZ 25.47 20.85 42.73 -
YUV 129.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 147 112 174 0.16 0.36 0 0.32 273.87 0.28 0.56
Hex 93 70 AE 10 24 0 20 112 1C 38
Octal 223 160 256 20 44 0 40 422 34 70
Binary 10010011 1110000 10101110 10000 100100 0 100000 100010010 11100 111000

Color Harmonies of #9370AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370AE

Black with #9370AE

Text Example


Text Example

White with #9370AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9370AE; }

 p { color: rgb(147,112,174); }

 H1.HeaderClassName
 {
   color: #9370AE;
 }
 .AnyTagClassName
 {
   color: #9370AE;
 }
</style>

background-color css

<style>
 a { background-color: #9370AE; }

 a { background-color: rgb(147,112,174); }

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

border-color css

<style>
 span { border-color: #9370AE; }

 span { border-color: rgb(147,112,174); }

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