Html Css Color HEX #9060AB Ce Soir

📋 copy color: '#9060AB'

red 144 ◦ green 96 ◦ blue 171

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

Shades of Ce Soir #9060AB

Tints of Ce Soir #9060AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 41.61%

R = 35.04%
G = 23.36%
B = 41.61%

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

#9060AB (or 0x9060AB) is known color: Ce Soir. HEX triplet: 90, 60 and AB. RGB value is (144,96,171). Sum of RGB (Red+Green+Blue) = 144+96+171=411 (54% of max value = 765). Red value is 144 (56.64% from 255 or 35.04% from 411); Green value is 96 (37.89% from 255 or 23.36% from 411); Blue value is 171 (67.19% from 255 or 41.61% from 411); Max value from RGB is 171 - color contains mainly: blue. Hex color #9060AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9060AB is #6F9F54. Grayscale: #767676. Windows color (decimal): -7315285 or 11231376. OLE color: 11231376.

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

Color convert

RGB 144 96 171 -
CMYK 0.16 0.44 0 0.33
HSL 278.4º 0.31% 0.52% -
HSV(B) 278.4º 0.44% 0.67% -
XYZ 23.04 17.24 40.64 -
YUV 118.9 157.4 145.9 -
System Red Green Blue C M Y K H S L
Decimal 144 96 171 0.16 0.44 0 0.33 278.4 0.31 0.52
Hex 90 60 AB 10 2C 0 21 116 1F 34
Octal 220 140 253 20 54 0 41 426 37 64
Binary 10010000 1100000 10101011 10000 101100 0 100001 100010110 11111 110100

Color Harmonies of #9060AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9060AB

Black with #9060AB

Text Example


Text Example

White with #9060AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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