Html Css Color HEX #9976AF Ce Soir

📋 copy color: '#9976AF'

red 153 ◦ green 118 ◦ blue 175

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

Shades of Ce Soir #9976AF

Tints of Ce Soir #9976AF

RGB

 RED value IS 153 (60.16% from 255) = 34.3%

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

 BLUE value IS 175 (68.75% from 255) = 39.24%

R = 34.3%
G = 26.46%
B = 39.24%

CMYK

 C value IS 0.13

 M value IS 0.33

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#9976AF (or 0x9976AF) is known color: Ce Soir. HEX triplet: 99, 76 and AF. RGB value is (153,118,175). Sum of RGB (Red+Green+Blue) = 153+118+175=446 (59% of max value = 765). Red value is 153 (60.16% from 255 or 34.30% from 446); Green value is 118 (46.48% from 255 or 26.46% from 446); Blue value is 175 (68.75% from 255 or 39.24% from 446); Max value from RGB is 175 - color contains mainly: blue. Hex color #9976AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9976AF is #668950. Grayscale: #868686. Windows color (decimal): -6719825 or 11499161. OLE color: 11499161.

HSL color Cylindrical-coordinate representation of color #9976AF: hue angle of 276.84º degrees, saturation: 0.26, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9976AF is Cyan = 0.13, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 118 175 -
CMYK 0.13 0.33 0 0.31
HSL 276.84º 0.26% 0.57% -
HSV(B) 276.84º 0.33% 0.69% -
XYZ 27.35 22.82 43.52 -
YUV 134.96 150.6 140.87 -
System Red Green Blue C M Y K H S L
Decimal 153 118 175 0.13 0.33 0 0.31 276.84 0.26 0.57
Hex 99 76 AF D 21 0 1F 115 1A 39
Octal 231 166 257 15 41 0 37 425 32 71
Binary 10011001 1110110 10101111 1101 100001 0 11111 100010101 11010 111001

Color Harmonies of #9976AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9976AF

Black with #9976AF

Text Example


Text Example

White with #9976AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9976AF; }

 p { color: rgb(153,118,175); }

 H1.HeaderClassName
 {
   color: #9976AF;
 }
 .AnyTagClassName
 {
   color: #9976AF;
 }
</style>

background-color css

<style>
 a { background-color: #9976AF; }

 a { background-color: rgb(153,118,175); }

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

border-color css

<style>
 span { border-color: #9976AF; }

 span { border-color: rgb(153,118,175); }

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