Html Css Color HEX #9A80AB Ce Soir

📋 copy color: '#9A80AB'

red 154 ◦ green 128 ◦ blue 171

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

Shades of Ce Soir #9A80AB

Tints of Ce Soir #9A80AB

RGB

 RED value IS 154 (60.55% from 255) = 34%

 GREEN value IS 128 (50.39% from 255) = 28.26%

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

R = 34%
G = 28.26%
B = 37.75%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9A80AB (or 0x9A80AB) is known color: Ce Soir. HEX triplet: 9A, 80 and AB. RGB value is (154,128,171). Sum of RGB (Red+Green+Blue) = 154+128+171=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 128 (50.39% from 255 or 28.26% from 453); Blue value is 171 (67.19% from 255 or 37.75% from 453); Max value from RGB is 171 - color contains mainly: blue. Hex color #9A80AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9A80AB is #657F54. Grayscale: #8C8C8C. Windows color (decimal): -6651733 or 11239578. OLE color: 11239578.

HSL color Cylindrical-coordinate representation of color #9A80AB: hue angle of 276.28º degrees, saturation: 0.2, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A80AB is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 154 128 171 -
CMYK 0.10 0.25 0 0.33
HSL 276.28º 0.2% 0.59% -
HSV(B) 276.28º 0.25% 0.67% -
XYZ 28.4 25.25 41.9 -
YUV 140.68 145.11 137.5 -
System Red Green Blue C M Y K H S L
Decimal 154 128 171 0.10 0.25 0 0.33 276.28 0.2 0.59
Hex 9A 80 AB A 19 0 21 114 14 3B
Octal 232 200 253 12 31 0 41 424 24 73
Binary 10011010 10000000 10101011 1010 11001 0 100001 100010100 10100 111011

Color Harmonies of #9A80AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A80AB

Black with #9A80AB

Text Example


Text Example

White with #9A80AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9A80AB; }

 p { color: rgb(154,128,171); }

 H1.HeaderClassName
 {
   color: #9A80AB;
 }
 .AnyTagClassName
 {
   color: #9A80AB;
 }
</style>

background-color css

<style>
 a { background-color: #9A80AB; }

 a { background-color: rgb(154,128,171); }

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

border-color css

<style>
 span { border-color: #9A80AB; }

 span { border-color: rgb(154,128,171); }

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