Html Css Color HEX #9076AB Ce Soir

📋 copy color: '#9076AB'

red 144 ◦ green 118 ◦ blue 171

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

Shades of Ce Soir #9076AB

Tints of Ce Soir #9076AB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 33.26%
G = 27.25%
B = 39.49%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9076AB (or 0x9076AB) is known color: Ce Soir. HEX triplet: 90, 76 and AB. RGB value is (144,118,171). Sum of RGB (Red+Green+Blue) = 144+118+171=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 171 (67.19% from 255 or 39.49% from 433); Max value from RGB is 171 - color contains mainly: blue. Hex color #9076AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9076AB is #6F8954. Grayscale: #838383. Windows color (decimal): -7309653 or 11237008. OLE color: 11237008.

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

Color convert

RGB 144 118 171 -
CMYK 0.16 0.31 0 0.33
HSL 269.43º 0.24% 0.57% -
HSV(B) 269.43º 0.31% 0.67% -
XYZ 25.33 21.83 41.41 -
YUV 131.82 150.11 136.69 -
System Red Green Blue C M Y K H S L
Decimal 144 118 171 0.16 0.31 0 0.33 269.43 0.24 0.57
Hex 90 76 AB 10 1F 0 21 10D 18 39
Octal 220 166 253 20 37 0 41 415 30 71
Binary 10010000 1110110 10101011 10000 11111 0 100001 100001101 11000 111001

Color Harmonies of #9076AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9076AB

Black with #9076AB

Text Example


Text Example

White with #9076AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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