Html Css Color HEX #9770AD Ce Soir

📋 copy color: '#9770AD'

red 151 ◦ green 112 ◦ blue 173

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

Shades of Ce Soir #9770AD

Tints of Ce Soir #9770AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 39.68%

R = 34.63%
G = 25.69%
B = 39.68%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9770AD (or 0x9770AD) is known color: Ce Soir. HEX triplet: 97, 70 and AD. RGB value is (151,112,173). Sum of RGB (Red+Green+Blue) = 151+112+173=436 (57% of max value = 765). Red value is 151 (59.38% from 255 or 34.63% from 436); Green value is 112 (44.14% from 255 or 25.69% from 436); Blue value is 173 (67.97% from 255 or 39.68% from 436); Max value from RGB is 173 - color contains mainly: blue. Hex color #9770AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9770AD is #688F52. Grayscale: #828282. Windows color (decimal): -6852435 or 11366551. OLE color: 11366551.

HSL color Cylindrical-coordinate representation of color #9770AD: hue angle of 278.36º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9770AD is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 151 112 173 -
CMYK 0.13 0.35 0 0.32
HSL 278.36º 0.27% 0.56% -
HSV(B) 278.36º 0.35% 0.68% -
XYZ 26.1 21.18 42.25 -
YUV 130.62 151.92 142.54 -
System Red Green Blue C M Y K H S L
Decimal 151 112 173 0.13 0.35 0 0.32 278.36 0.27 0.56
Hex 97 70 AD D 23 0 20 116 1B 38
Octal 227 160 255 15 43 0 40 426 33 70
Binary 10010111 1110000 10101101 1101 100011 0 100000 100010110 11011 111000

Color Harmonies of #9770AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9770AD

Black with #9770AD

Text Example


Text Example

White with #9770AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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