Html Css Color HEX #9360AC Ce Soir

📋 copy color: '#9360AC'

red 147 ◦ green 96 ◦ blue 172

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

Shades of Ce Soir #9360AC

Tints of Ce Soir #9360AC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.13%

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

R = 35.42%
G = 23.13%
B = 41.45%

CMYK

 C value IS 0.15

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9360AC (or 0x9360AC) is known color: Ce Soir. HEX triplet: 93, 60 and AC. RGB value is (147,96,172). Sum of RGB (Red+Green+Blue) = 147+96+172=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 96 (37.89% from 255 or 23.13% from 415); Blue value is 172 (67.58% from 255 or 41.45% from 415); Max value from RGB is 172 - color contains mainly: blue. Hex color #9360AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9360AC is #6C9F53. Grayscale: #777777. Windows color (decimal): -7118676 or 11296915. OLE color: 11296915.

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

Color convert

RGB 147 96 172 -
CMYK 0.15 0.44 0 0.33
HSL 280.26º 0.31% 0.53% -
HSV(B) 280.26º 0.44% 0.67% -
XYZ 23.66 17.55 41.17 -
YUV 119.91 157.4 147.32 -
System Red Green Blue C M Y K H S L
Decimal 147 96 172 0.15 0.44 0 0.33 280.26 0.31 0.53
Hex 93 60 AC F 2C 0 21 118 1F 35
Octal 223 140 254 17 54 0 41 430 37 65
Binary 10010011 1100000 10101100 1111 101100 0 100001 100011000 11111 110101

Color Harmonies of #9360AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9360AC

Black with #9360AC

Text Example


Text Example

White with #9360AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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