Html Css Color HEX #9F78AB Ce Soir

📋 copy color: '#9F78AB'

red 159 ◦ green 120 ◦ blue 171

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

Shades of Ce Soir #9F78AB

Tints of Ce Soir #9F78AB

RGB

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

 GREEN value IS 120 (47.27% from 255) = 26.67%

 BLUE value IS 171 (67.19% from 255) = 38%

R = 35.33%
G = 26.67%
B = 38%

CMYK

 C value IS 0.07

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F78AB (or 0x9F78AB) is known color: Ce Soir. HEX triplet: 9F, 78 and AB. RGB value is (159,120,171). Sum of RGB (Red+Green+Blue) = 159+120+171=450 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.33% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 171 (67.19% from 255 or 38% from 450); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F78AB is #608754. Grayscale: #898989. Windows color (decimal): -6326101 or 11237535. OLE color: 11237535.

HSL color Cylindrical-coordinate representation of color #9F78AB: hue angle of 285.88º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F78AB is Cyan = 0.07, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 120 171 -
CMYK 0.07 0.30 0 0.33
HSL 285.88º 0.23% 0.57% -
HSV(B) 285.88º 0.3% 0.67% -
XYZ 28.37 23.74 41.62 -
YUV 137.48 146.92 143.35 -
System Red Green Blue C M Y K H S L
Decimal 159 120 171 0.07 0.30 0 0.33 285.88 0.23 0.57
Hex 9F 78 AB 7 1E 0 21 11E 17 39
Octal 237 170 253 7 36 0 41 436 27 71
Binary 10011111 1111000 10101011 111 11110 0 100001 100011110 10111 111001

Color Harmonies of #9F78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F78AB

Black with #9F78AB

Text Example


Text Example

White with #9F78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,120,171); }

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

background-color css

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

 a { background-color: rgb(159,120,171); }

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

border-color css

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

 span { border-color: rgb(159,120,171); }

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