Html Css Color HEX #9F7AAB Ce Soir

📋 copy color: '#9F7AAB'

red 159 ◦ green 122 ◦ blue 171

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

Shades of Ce Soir #9F7AAB

Tints of Ce Soir #9F7AAB

RGB

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

 GREEN value IS 122 (48.05% from 255) = 26.99%

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

R = 35.18%
G = 26.99%
B = 37.83%

CMYK

 C value IS 0.07

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F7AAB (or 0x9F7AAB) is known color: Ce Soir. HEX triplet: 9F, 7A and AB. RGB value is (159,122,171). Sum of RGB (Red+Green+Blue) = 159+122+171=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 171 - color contains mainly: blue. Hex color #9F7AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAB is #608554. Grayscale: #8A8A8A. Windows color (decimal): -6325589 or 11238047. OLE color: 11238047.

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

Color convert

RGB 159 122 171 -
CMYK 0.07 0.29 0 0.33
HSL 285.31º 0.23% 0.57% -
HSV(B) 285.31º 0.29% 0.67% -
XYZ 28.61 24.23 41.7 -
YUV 138.65 146.26 142.52 -
System Red Green Blue C M Y K H S L
Decimal 159 122 171 0.07 0.29 0 0.33 285.31 0.23 0.57
Hex 9F 7A AB 7 1D 0 21 11D 17 39
Octal 237 172 253 7 35 0 41 435 27 71
Binary 10011111 1111010 10101011 111 11101 0 100001 100011101 10111 111001

Color Harmonies of #9F7AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7AAB

Black with #9F7AAB

Text Example


Text Example

White with #9F7AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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