Html Css Color HEX #9770AA Ce Soir

📋 copy color: '#9770AA'

red 151 ◦ green 112 ◦ blue 170

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

Shades of Ce Soir #9770AA

Tints of Ce Soir #9770AA

RGB

 RED value IS 151 (59.38% from 255) = 34.87%

 GREEN value IS 112 (44.14% from 255) = 25.87%

 BLUE value IS 170 (66.8% from 255) = 39.26%

R = 34.87%
G = 25.87%
B = 39.26%

CMYK

 C value IS 0.11

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9770AA (or 0x9770AA) is known color: Ce Soir. HEX triplet: 97, 70 and AA. RGB value is (151,112,170). Sum of RGB (Red+Green+Blue) = 151+112+170=433 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.87% from 433); Green value is 112 (44.14% from 255 or 25.87% from 433); Blue value is 170 (66.80% from 255 or 39.26% from 433); Max value from RGB is 170 - color contains mainly: blue. Hex color #9770AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9770AA is #688F55. Grayscale: #828282. Windows color (decimal): -6852438 or 11169943. OLE color: 11169943.

HSL color Cylindrical-coordinate representation of color #9770AA: hue angle of 280.34º degrees, saturation: 0.25, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9770AA is Cyan = 0.11, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 112 170 -
CMYK 0.11 0.34 0 0.33
HSL 280.34º 0.25% 0.55% -
HSV(B) 280.34º 0.34% 0.67% -
XYZ 25.81 21.07 40.74 -
YUV 130.27 150.42 142.78 -
System Red Green Blue C M Y K H S L
Decimal 151 112 170 0.11 0.34 0 0.33 280.34 0.25 0.55
Hex 97 70 AA B 22 0 21 118 19 37
Octal 227 160 252 13 42 0 41 430 31 67
Binary 10010111 1110000 10101010 1011 100010 0 100001 100011000 11001 110111

Color Harmonies of #9770AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770AA

Black with #9770AA

Text Example


Text Example

White with #9770AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9770AA; }

 p { color: rgb(151,112,170); }

 H1.HeaderClassName
 {
   color: #9770AA;
 }
 .AnyTagClassName
 {
   color: #9770AA;
 }
</style>

background-color css

<style>
 a { background-color: #9770AA; }

 a { background-color: rgb(151,112,170); }

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

border-color css

<style>
 span { border-color: #9770AA; }

 span { border-color: rgb(151,112,170); }

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