Html Css Color HEX #9F7DAE Ce Soir

📋 copy color: '#9F7DAE'

red 159 ◦ green 125 ◦ blue 174

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

Shades of Ce Soir #9F7DAE

Tints of Ce Soir #9F7DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 37.99%

R = 34.72%
G = 27.29%
B = 37.99%

CMYK

 C value IS 0.09

 M value IS 0.28

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F7DAE (or 0x9F7DAE) is known color: Ce Soir. HEX triplet: 9F, 7D and AE. RGB value is (159,125,174). Sum of RGB (Red+Green+Blue) = 159+125+174=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7DAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7DAE is #608251. Grayscale: #8C8C8C. Windows color (decimal): -6324818 or 11435423. OLE color: 11435423.

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

Color convert

RGB 159 125 174 -
CMYK 0.09 0.28 0 0.32
HSL 281.63º 0.23% 0.59% -
HSV(B) 281.63º 0.28% 0.68% -
XYZ 29.27 25.09 43.35 -
YUV 140.75 146.76 141.02 -
System Red Green Blue C M Y K H S L
Decimal 159 125 174 0.09 0.28 0 0.32 281.63 0.23 0.59
Hex 9F 7D AE 9 1C 0 20 11A 17 3B
Octal 237 175 256 11 34 0 40 432 27 73
Binary 10011111 1111101 10101110 1001 11100 0 100000 100011010 10111 111011

Color Harmonies of #9F7DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7DAE

Black with #9F7DAE

Text Example


Text Example

White with #9F7DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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