Html Css Color HEX #9F7DAD Ce Soir

📋 copy color: '#9F7DAD'

red 159 ◦ green 125 ◦ blue 173

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

Shades of Ce Soir #9F7DAD

Tints of Ce Soir #9F7DAD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.35%

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

R = 34.79%
G = 27.35%
B = 37.86%

CMYK

 C value IS 0.08

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F7DAD (or 0x9F7DAD) is known color: Ce Soir. HEX triplet: 9F, 7D and AD. RGB value is (159,125,173). Sum of RGB (Red+Green+Blue) = 159+125+173=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 173 (67.97% from 255 or 37.86% from 457); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F7DAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7DAD is #608252. Grayscale: #8C8C8C. Windows color (decimal): -6324819 or 11369887. OLE color: 11369887.

HSL color Cylindrical-coordinate representation of color #9F7DAD: hue angle of 282.5º degrees, saturation: 0.23, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7DAD is Cyan = 0.08, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 125 173 -
CMYK 0.08 0.28 0 0.32
HSL 282.5º 0.23% 0.58% -
HSV(B) 282.5º 0.28% 0.68% -
XYZ 29.17 25.06 42.83 -
YUV 140.64 146.26 141.1 -
System Red Green Blue C M Y K H S L
Decimal 159 125 173 0.08 0.28 0 0.32 282.5 0.23 0.58
Hex 9F 7D AD 8 1C 0 20 11A 17 3A
Octal 237 175 255 10 34 0 40 432 27 72
Binary 10011111 1111101 10101101 1000 11100 0 100000 100011010 10111 111010

Color Harmonies of #9F7DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DAD

Black with #9F7DAD

Text Example


Text Example

White with #9F7DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,125,173); }

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

background-color css

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

 a { background-color: rgb(159,125,173); }

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

border-color css

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

 span { border-color: rgb(159,125,173); }

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