Html Css Color HEX #9370AD Ce Soir

📋 copy color: '#9370AD'

red 147 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #9370AD

Tints of Ce Soir #9370AD

RGB

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

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

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

R = 34.03%
G = 25.93%
B = 40.05%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9370AD (or 0x9370AD) is known color: Ce Soir. HEX triplet: 93, 70 and AD. RGB value is (147,112,173). Sum of RGB (Red+Green+Blue) = 147+112+173=432 (57% of max value = 765). Red value is 147 (57.81% from 255 or 34.03% from 432); Green value is 112 (44.14% from 255 or 25.93% from 432); Blue value is 173 (67.97% from 255 or 40.05% from 432); Max value from RGB is 173 - color contains mainly: blue. Hex color #9370AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9370AD is #6C8F52. Grayscale: #818181. Windows color (decimal): -7114579 or 11366547. OLE color: 11366547.

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

Color convert

RGB 147 112 173 -
CMYK 0.15 0.35 0 0.32
HSL 274.43º 0.27% 0.56% -
HSV(B) 274.43º 0.35% 0.68% -
XYZ 25.37 20.81 42.21 -
YUV 129.42 152.6 140.54 -
System Red Green Blue C M Y K H S L
Decimal 147 112 173 0.15 0.35 0 0.32 274.43 0.27 0.56
Hex 93 70 AD F 23 0 20 112 1B 38
Octal 223 160 255 17 43 0 40 422 33 70
Binary 10010011 1110000 10101101 1111 100011 0 100000 100010010 11011 111000

Color Harmonies of #9370AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9370AD

Black with #9370AD

Text Example


Text Example

White with #9370AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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