Html Css Color HEX #9F70AB Ce Soir

📋 copy color: '#9F70AB'

red 159 ◦ green 112 ◦ blue 171

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

Shades of Ce Soir #9F70AB

Tints of Ce Soir #9F70AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.69%

R = 35.97%
G = 25.34%
B = 38.69%

CMYK

 C value IS 0.07

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F70AB (or 0x9F70AB) is known color: Ce Soir. HEX triplet: 9F, 70 and AB. RGB value is (159,112,171). Sum of RGB (Red+Green+Blue) = 159+112+171=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 112 (44.14% from 255 or 25.34% from 442); Blue value is 171 (67.19% from 255 or 38.69% from 442); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F70AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F70AB is #608F54. Grayscale: #848484. Windows color (decimal): -6328149 or 11235487. OLE color: 11235487.

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

Color convert

RGB 159 112 171 -
CMYK 0.07 0.35 0 0.33
HSL 287.8º 0.26% 0.55% -
HSV(B) 287.8º 0.35% 0.67% -
XYZ 27.44 21.9 41.31 -
YUV 132.78 149.57 146.7 -
System Red Green Blue C M Y K H S L
Decimal 159 112 171 0.07 0.35 0 0.33 287.8 0.26 0.55
Hex 9F 70 AB 7 23 0 21 120 1A 37
Octal 237 160 253 7 43 0 41 440 32 67
Binary 10011111 1110000 10101011 111 100011 0 100001 100100000 11010 110111

Color Harmonies of #9F70AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F70AB

Black with #9F70AB

Text Example


Text Example

White with #9F70AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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