Html Css Color HEX #9760AA Ce Soir

📋 copy color: '#9760AA'

red 151 ◦ green 96 ◦ blue 170

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

Shades of Ce Soir #9760AA

Tints of Ce Soir #9760AA

RGB

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

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

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

R = 36.21%
G = 23.02%
B = 40.77%

CMYK

 C value IS 0.11

 M value IS 0.44

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9760AA (or 0x9760AA) is known color: Ce Soir. HEX triplet: 97, 60 and AA. RGB value is (151,96,170). Sum of RGB (Red+Green+Blue) = 151+96+170=417 (55% of max value = 765). Red value is 151 (59.38% from 255 or 36.21% from 417); Green value is 96 (37.89% from 255 or 23.02% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9760AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9760AA is #689F55. Grayscale: #787878. Windows color (decimal): -6856534 or 11165847. OLE color: 11165847.

HSL color Cylindrical-coordinate representation of color #9760AA: hue angle of 284.59º degrees, saturation: 0.3, 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 #9760AA is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 151 96 170 -
CMYK 0.11 0.44 0 0.33
HSL 284.59º 0.3% 0.52% -
HSV(B) 284.59º 0.44% 0.67% -
XYZ 24.2 17.85 40.2 -
YUV 120.88 155.72 149.48 -
System Red Green Blue C M Y K H S L
Decimal 151 96 170 0.11 0.44 0 0.33 284.59 0.3 0.52
Hex 97 60 AA B 2C 0 21 11D 1E 34
Octal 227 140 252 13 54 0 41 435 36 64
Binary 10010111 1100000 10101010 1011 101100 0 100001 100011101 11110 110100

Color Harmonies of #9760AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9760AA

Black with #9760AA

Text Example


Text Example

White with #9760AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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