Html Css Color HEX #9F7FAD Ce Soir

📋 copy color: '#9F7FAD'

red 159 ◦ green 127 ◦ blue 173

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

Shades of Ce Soir #9F7FAD

Tints of Ce Soir #9F7FAD

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

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

R = 34.64%
G = 27.67%
B = 37.69%

CMYK

 C value IS 0.08

 M value IS 0.27

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F7FAD (or 0x9F7FAD) is known color: Ce Soir. HEX triplet: 9F, 7F and AD. RGB value is (159,127,173). Sum of RGB (Red+Green+Blue) = 159+127+173=459 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.64% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F7FAD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7FAD is #608052. Grayscale: #8D8D8D. Windows color (decimal): -6324307 or 11370399. OLE color: 11370399.

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

Color convert

RGB 159 127 173 -
CMYK 0.08 0.27 0 0.32
HSL 281.74º 0.22% 0.59% -
HSV(B) 281.74º 0.27% 0.68% -
XYZ 29.43 25.57 42.92 -
YUV 141.81 145.6 140.26 -
System Red Green Blue C M Y K H S L
Decimal 159 127 173 0.08 0.27 0 0.32 281.74 0.22 0.59
Hex 9F 7F AD 8 1B 0 20 11A 16 3B
Octal 237 177 255 10 33 0 40 432 26 73
Binary 10011111 1111111 10101101 1000 11011 0 100000 100011010 10110 111011

Color Harmonies of #9F7FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7FAD

Black with #9F7FAD

Text Example


Text Example

White with #9F7FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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