#9C72B3

Color #9C72B3 Ce Soir (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ce Soir #9C72B3

Tints of Ce Soir #9C72B3

Color information

#9C72B3 (or 0x9C72B3) is unknown color: approx Ce Soir. HEX triplet: 9C, 72 and B3. RGB value is (156,114,179). Sum of RGB (Red+Green+Blue) = 156+114+179=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 114 (44.92% from 255 or 25.39% from 449); Blue value is 179 (70.31% from 255 or 39.87% from 449); Max value from RGB is 179 - color contains mainly: blue. Hex color #9C72B3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C72B3 is #638D4C. Grayscale: #858585. Windows color (decimal): -6524237 or 11760284. OLE color: 11760284.

HSL color Cylindrical-coordinate representation of color #9C72B3: hue angle of 278.77º degrees, saturation: 0.3, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C72B3 is Cyan = 0.13, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB156114179-
CMYK0.130.3600.30
HSL278.77º29.95%57.45%-
HSV(B)278.77º36.31%70.2%-
XYZ27.8622.3645.49-
YUV133.97153.41143.71-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.74%
GREEN value IS 114 (44.92% from 255) = 25.39%
BLUE value IS 179 (70.31% from 255) = 39.87%
R=34.74%
G=25.39%
B=39.87%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1561141790.130.3600.30278.7729.9557.45
Hex9C72B3D2401E1171e39
Octal23416226315440364273671
Binary10011100111001010110011110110010001111010001011111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C72B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,114,179); }

 H1.HeaderClassName
 {
   color: #9C72B3;
 }
 .AnyTagClassName
 {
   color: #9C72B3;
 }
</style>
background-color css

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

 a { background-color: rgb(156,114,179); }

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

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

 span { border-color: rgb(156,114,179); }

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