Html Css Color HEX #9F77AC Ce Soir

📋 copy color: '#9F77AC'

red 159 ◦ green 119 ◦ blue 172

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

Shades of Ce Soir #9F77AC

Tints of Ce Soir #9F77AC

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.44%

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

R = 35.33%
G = 26.44%
B = 38.22%

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

#9F77AC (or 0x9F77AC) is known color: Ce Soir. HEX triplet: 9F, 77 and AC. RGB value is (159,119,172). Sum of RGB (Red+Green+Blue) = 159+119+172=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 119 (46.88% from 255 or 26.44% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F77AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F77AC is #608853. Grayscale: #888888. Windows color (decimal): -6326356 or 11302815. OLE color: 11302815.

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

Color convert

RGB 159 119 172 -
CMYK 0.08 0.31 0 0.33
HSL 285.28º 0.24% 0.57% -
HSV(B) 285.28º 0.31% 0.67% -
XYZ 28.34 23.54 42.08 -
YUV 137 147.75 143.69 -
System Red Green Blue C M Y K H S L
Decimal 159 119 172 0.08 0.31 0 0.33 285.28 0.24 0.57
Hex 9F 77 AC 8 1F 0 21 11D 18 39
Octal 237 167 254 10 37 0 41 435 30 71
Binary 10011111 1110111 10101100 1000 11111 0 100001 100011101 11000 111001

Color Harmonies of #9F77AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F77AC

Black with #9F77AC

Text Example


Text Example

White with #9F77AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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