Html Css Color HEX #9F7CAA Ce Soir

📋 copy color: '#9F7CAA'

red 159 ◦ green 124 ◦ blue 170

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

Shades of Ce Soir #9F7CAA

Tints of Ce Soir #9F7CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 37.53%

R = 35.1%
G = 27.37%
B = 37.53%

CMYK

 C value IS 0.06

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F7CAA (or 0x9F7CAA) is known color: Ce Soir. HEX triplet: 9F, 7C and AA. RGB value is (159,124,170). Sum of RGB (Red+Green+Blue) = 159+124+170=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 170 (66.80% from 255 or 37.53% from 453); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F7CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7CAA is #608355. Grayscale: #8B8B8B. Windows color (decimal): -6325078 or 11173023. OLE color: 11173023.

HSL color Cylindrical-coordinate representation of color #9F7CAA: hue angle of 285.65º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9F7CAA is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 124 170 -
CMYK 0.06 0.27 0 0.33
HSL 285.65º 0.21% 0.58% -
HSV(B) 285.65º 0.27% 0.67% -
XYZ 28.76 24.69 41.28 -
YUV 139.71 145.1 141.76 -
System Red Green Blue C M Y K H S L
Decimal 159 124 170 0.06 0.27 0 0.33 285.65 0.21 0.58
Hex 9F 7C AA 6 1B 0 21 11E 15 3A
Octal 237 174 252 6 33 0 41 436 25 72
Binary 10011111 1111100 10101010 110 11011 0 100001 100011110 10101 111010

Color Harmonies of #9F7CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7CAA

Black with #9F7CAA

Text Example


Text Example

White with #9F7CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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