Html Css Color HEX #9F7AAC Ce Soir

📋 copy color: '#9F7AAC'

red 159 ◦ green 122 ◦ blue 172

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

Shades of Ce Soir #9F7AAC

Tints of Ce Soir #9F7AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.97%

R = 35.1%
G = 26.93%
B = 37.97%

CMYK

 C value IS 0.08

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F7AAC (or 0x9F7AAC) is known color: Ce Soir. HEX triplet: 9F, 7A and AC. RGB value is (159,122,172). Sum of RGB (Red+Green+Blue) = 159+122+172=453 (60% of max value = 765). Red value is 159 (62.5% from 255 or 35.10% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F7AAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7AAC is #608553. Grayscale: #8A8A8A. Windows color (decimal): -6325588 or 11303583. OLE color: 11303583.

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

Color convert

RGB 159 122 172 -
CMYK 0.08 0.29 0 0.33
HSL 284.4º 0.23% 0.58% -
HSV(B) 284.4º 0.29% 0.67% -
XYZ 28.7 24.27 42.2 -
YUV 138.76 146.76 142.43 -
System Red Green Blue C M Y K H S L
Decimal 159 122 172 0.08 0.29 0 0.33 284.4 0.23 0.58
Hex 9F 7A AC 8 1D 0 21 11C 17 3A
Octal 237 172 254 10 35 0 41 434 27 72
Binary 10011111 1111010 10101100 1000 11101 0 100001 100011100 10111 111010

Color Harmonies of #9F7AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7AAC

Black with #9F7AAC

Text Example


Text Example

White with #9F7AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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