Html Css Color HEX #9F76AC Ce Soir

📋 copy color: '#9F76AC'

red 159 ◦ green 118 ◦ blue 172

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

Shades of Ce Soir #9F76AC

Tints of Ce Soir #9F76AC

RGB

 RED value IS 159 (62.5% from 255) = 35.41%

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

 BLUE value IS 172 (67.58% from 255) = 38.31%

R = 35.41%
G = 26.28%
B = 38.31%

CMYK

 C value IS 0.08

 M value IS 0.31

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F76AC (or 0x9F76AC) is known color: Ce Soir. HEX triplet: 9F, 76 and AC. RGB value is (159,118,172). Sum of RGB (Red+Green+Blue) = 159+118+172=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 118 (46.48% from 255 or 26.28% from 449); Blue value is 172 (67.58% from 255 or 38.31% from 449); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F76AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F76AC is #608953. Grayscale: #888888. Windows color (decimal): -6326612 or 11302559. OLE color: 11302559.

HSL color Cylindrical-coordinate representation of color #9F76AC: hue angle of 285.56º degrees, saturation: 0.25, 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 #9F76AC is Cyan = 0.08, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 118 172 -
CMYK 0.08 0.31 0 0.33
HSL 285.56º 0.25% 0.57% -
HSV(B) 285.56º 0.31% 0.67% -
XYZ 28.22 23.31 42.04 -
YUV 136.42 148.08 144.11 -
System Red Green Blue C M Y K H S L
Decimal 159 118 172 0.08 0.31 0 0.33 285.56 0.25 0.57
Hex 9F 76 AC 8 1F 0 21 11E 19 39
Octal 237 166 254 10 37 0 41 436 31 71
Binary 10011111 1110110 10101100 1000 11111 0 100001 100011110 11001 111001

Color Harmonies of #9F76AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F76AC

Black with #9F76AC

Text Example


Text Example

White with #9F76AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F76AC; }

 p { color: rgb(159,118,172); }

 H1.HeaderClassName
 {
   color: #9F76AC;
 }
 .AnyTagClassName
 {
   color: #9F76AC;
 }
</style>

background-color css

<style>
 a { background-color: #9F76AC; }

 a { background-color: rgb(159,118,172); }

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

border-color css

<style>
 span { border-color: #9F76AC; }

 span { border-color: rgb(159,118,172); }

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