Html Css Color HEX #9F72AD Ce Soir

📋 copy color: '#9F72AD'

red 159 ◦ green 114 ◦ blue 173

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

Shades of Ce Soir #9F72AD

Tints of Ce Soir #9F72AD

RGB

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

 GREEN value IS 114 (44.92% from 255) = 25.56%

 BLUE value IS 173 (67.97% from 255) = 38.79%

R = 35.65%
G = 25.56%
B = 38.79%

CMYK

 C value IS 0.08

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F72AD (or 0x9F72AD) is known color: Ce Soir. HEX triplet: 9F, 72 and AD. RGB value is (159,114,173). Sum of RGB (Red+Green+Blue) = 159+114+173=446 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.65% from 446); Green value is 114 (44.92% from 255 or 25.56% from 446); Blue value is 173 (67.97% from 255 or 38.79% from 446); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F72AD is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F72AD is #608D52. Grayscale: #858585. Windows color (decimal): -6327635 or 11367071. OLE color: 11367071.

HSL color Cylindrical-coordinate representation of color #9F72AD: hue angle of 285.76º degrees, saturation: 0.26, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F72AD is Cyan = 0.08, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 114 173 -
CMYK 0.08 0.34 0 0.32
HSL 285.76º 0.26% 0.56% -
HSV(B) 285.76º 0.34% 0.68% -
XYZ 27.86 22.42 42.39 -
YUV 134.18 149.91 145.7 -
System Red Green Blue C M Y K H S L
Decimal 159 114 173 0.08 0.34 0 0.32 285.76 0.26 0.56
Hex 9F 72 AD 8 22 0 20 11E 1A 38
Octal 237 162 255 10 42 0 40 436 32 70
Binary 10011111 1110010 10101101 1000 100010 0 100000 100011110 11010 111000

Color Harmonies of #9F72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F72AD

Black with #9F72AD

Text Example


Text Example

White with #9F72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,114,173); }

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

background-color css

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

 a { background-color: rgb(159,114,173); }

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

border-color css

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

 span { border-color: rgb(159,114,173); }

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