Html Css Color HEX #9F6FAC Ce Soir

📋 copy color: '#9F6FAC'

red 159 ◦ green 111 ◦ blue 172

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

Shades of Ce Soir #9F6FAC

Tints of Ce Soir #9F6FAC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.11%

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

R = 35.97%
G = 25.11%
B = 38.91%

CMYK

 C value IS 0.08

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#9F6FAC (or 0x9F6FAC) is known color: Ce Soir. HEX triplet: 9F, 6F and AC. RGB value is (159,111,172). Sum of RGB (Red+Green+Blue) = 159+111+172=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 111 (43.75% from 255 or 25.11% from 442); Blue value is 172 (67.58% from 255 or 38.91% from 442); Max value from RGB is 172 - color contains mainly: blue. Hex color #9F6FAC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6FAC is #609053. Grayscale: #848484. Windows color (decimal): -6328404 or 11300767. OLE color: 11300767.

HSL color Cylindrical-coordinate representation of color #9F6FAC: hue angle of 287.21º degrees, saturation: 0.27, 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 #9F6FAC is Cyan = 0.08, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 159 111 172 -
CMYK 0.08 0.35 0 0.33
HSL 287.21º 0.27% 0.55% -
HSV(B) 287.21º 0.35% 0.67% -
XYZ 27.43 21.72 41.78 -
YUV 132.31 150.4 147.04 -
System Red Green Blue C M Y K H S L
Decimal 159 111 172 0.08 0.35 0 0.33 287.21 0.27 0.55
Hex 9F 6F AC 8 23 0 21 11F 1B 37
Octal 237 157 254 10 43 0 41 437 33 67
Binary 10011111 1101111 10101100 1000 100011 0 100001 100011111 11011 110111

Color Harmonies of #9F6FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6FAC

Black with #9F6FAC

Text Example


Text Example

White with #9F6FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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