Html Css Color HEX #9F70AA Ce Soir

📋 copy color: '#9F70AA'

red 159 ◦ green 112 ◦ blue 170

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

Shades of Ce Soir #9F70AA

Tints of Ce Soir #9F70AA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 25.4%

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

R = 36.05%
G = 25.4%
B = 38.55%

CMYK

 C value IS 0.06

 M value IS 0.34

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F70AA (or 0x9F70AA) is known color: Ce Soir. HEX triplet: 9F, 70 and AA. RGB value is (159,112,170). Sum of RGB (Red+Green+Blue) = 159+112+170=441 (58% of max value = 765). Red value is 159 (62.5% from 255 or 36.05% from 441); Green value is 112 (44.14% from 255 or 25.40% from 441); Blue value is 170 (66.80% from 255 or 38.55% from 441); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F70AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F70AA is #608F55. Grayscale: #848484. Windows color (decimal): -6328150 or 11169951. OLE color: 11169951.

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

Color convert

RGB 159 112 170 -
CMYK 0.06 0.34 0 0.33
HSL 288.62º 0.25% 0.55% -
HSV(B) 288.62º 0.34% 0.67% -
XYZ 27.35 21.86 40.81 -
YUV 132.67 149.07 146.78 -
System Red Green Blue C M Y K H S L
Decimal 159 112 170 0.06 0.34 0 0.33 288.62 0.25 0.55
Hex 9F 70 AA 6 22 0 21 121 19 37
Octal 237 160 252 6 42 0 41 441 31 67
Binary 10011111 1110000 10101010 110 100010 0 100001 100100001 11001 110111

Color Harmonies of #9F70AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70AA

Black with #9F70AA

Text Example


Text Example

White with #9F70AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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