Html Css Color HEX #9F7CAE Ce Soir

📋 copy color: '#9F7CAE'

red 159 ◦ green 124 ◦ blue 174

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

Shades of Ce Soir #9F7CAE

Tints of Ce Soir #9F7CAE

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.13%

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

R = 34.79%
G = 27.13%
B = 38.07%

CMYK

 C value IS 0.09

 M value IS 0.29

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F7CAE (or 0x9F7CAE) is known color: Ce Soir. HEX triplet: 9F, 7C and AE. RGB value is (159,124,174). Sum of RGB (Red+Green+Blue) = 159+124+174=457 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.79% from 457); Green value is 124 (48.83% from 255 or 27.13% from 457); Blue value is 174 (68.36% from 255 or 38.07% from 457); Max value from RGB is 174 - color contains mainly: blue. Hex color #9F7CAE is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CAE is #608351. Grayscale: #8C8C8C. Windows color (decimal): -6325074 or 11435167. OLE color: 11435167.

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

Color convert

RGB 159 124 174 -
CMYK 0.09 0.29 0 0.32
HSL 282º 0.24% 0.58% -
HSV(B) 282º 0.29% 0.68% -
XYZ 29.15 24.84 43.3 -
YUV 140.17 147.1 141.43 -
System Red Green Blue C M Y K H S L
Decimal 159 124 174 0.09 0.29 0 0.32 282 0.24 0.58
Hex 9F 7C AE 9 1D 0 20 11A 18 3A
Octal 237 174 256 11 35 0 40 432 30 72
Binary 10011111 1111100 10101110 1001 11101 0 100000 100011010 11000 111010

Color Harmonies of #9F7CAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CAE

Black with #9F7CAE

Text Example


Text Example

White with #9F7CAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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