Html Css Color HEX #9F74AA Ce Soir

📋 copy color: '#9F74AA'

red 159 ◦ green 116 ◦ blue 170

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

Shades of Ce Soir #9F74AA

Tints of Ce Soir #9F74AA

RGB

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

 GREEN value IS 116 (45.7% from 255) = 26.07%

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

R = 35.73%
G = 26.07%
B = 38.2%

CMYK

 C value IS 0.06

 M value IS 0.32

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F74AA (or 0x9F74AA) is known color: Ce Soir. HEX triplet: 9F, 74 and AA. RGB value is (159,116,170). Sum of RGB (Red+Green+Blue) = 159+116+170=445 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.73% from 445); Green value is 116 (45.70% from 255 or 26.07% from 445); Blue value is 170 (66.80% from 255 or 38.20% from 445); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F74AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F74AA is #608B55. Grayscale: #868686. Windows color (decimal): -6327126 or 11170975. OLE color: 11170975.

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

Color convert

RGB 159 116 170 -
CMYK 0.06 0.32 0 0.33
HSL 287.78º 0.24% 0.56% -
HSV(B) 287.78º 0.32% 0.67% -
XYZ 27.8 22.76 40.96 -
YUV 135.01 147.75 145.11 -
System Red Green Blue C M Y K H S L
Decimal 159 116 170 0.06 0.32 0 0.33 287.78 0.24 0.56
Hex 9F 74 AA 6 20 0 21 120 18 38
Octal 237 164 252 6 40 0 41 440 30 70
Binary 10011111 1110100 10101010 110 100000 0 100001 100100000 11000 111000

Color Harmonies of #9F74AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F74AA

Black with #9F74AA

Text Example


Text Example

White with #9F74AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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