Html Css Color HEX #9060AC Ce Soir

📋 copy color: '#9060AC'

red 144 ◦ green 96 ◦ blue 172

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

Shades of Ce Soir #9060AC

Tints of Ce Soir #9060AC

RGB

 RED value IS 144 (56.64% from 255) = 34.95%

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

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

R = 34.95%
G = 23.3%
B = 41.75%

CMYK

 C value IS 0.16

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9060AC (or 0x9060AC) is known color: Ce Soir. HEX triplet: 90, 60 and AC. RGB value is (144,96,172). Sum of RGB (Red+Green+Blue) = 144+96+172=412 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.95% from 412); Green value is 96 (37.89% from 255 or 23.30% from 412); Blue value is 172 (67.58% from 255 or 41.75% from 412); Max value from RGB is 172 - color contains mainly: blue. Hex color #9060AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9060AC is #6F9F53. Grayscale: #767676. Windows color (decimal): -7315284 or 11296912. OLE color: 11296912.

HSL color Cylindrical-coordinate representation of color #9060AC: hue angle of 277.89º 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 #9060AC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 144 96 172 -
CMYK 0.16 0.44 0 0.33
HSL 277.89º 0.31% 0.53% -
HSV(B) 277.89º 0.44% 0.67% -
XYZ 23.13 17.27 41.14 -
YUV 119.02 157.9 145.82 -
System Red Green Blue C M Y K H S L
Decimal 144 96 172 0.16 0.44 0 0.33 277.89 0.31 0.53
Hex 90 60 AC 10 2C 0 21 116 1F 35
Octal 220 140 254 20 54 0 41 426 37 65
Binary 10010000 1100000 10101100 10000 101100 0 100001 100010110 11111 110101

Color Harmonies of #9060AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060AC

Black with #9060AC

Text Example


Text Example

White with #9060AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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