#9C70B0

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

Shades of Ce Soir #9C70B0

Tints of Ce Soir #9C70B0

Color information

#9C70B0 (or 0x9C70B0) is unknown color: approx Ce Soir. HEX triplet: 9C, 70 and B0. RGB value is (156,112,176). Sum of RGB (Red+Green+Blue) = 156+112+176=444 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.14% from 444); Green value is 112 (44.14% from 255 or 25.23% from 444); Blue value is 176 (69.14% from 255 or 39.64% from 444); Max value from RGB is 176 - color contains mainly: blue. Hex color #9C70B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C70B0 is #638F4F. Grayscale: #848484. Windows color (decimal): -6524752 or 11563164. OLE color: 11563164.

HSL color Cylindrical-coordinate representation of color #9C70B0: hue angle of 281.25º degrees, saturation: 0.29, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C70B0 is Cyan = 0.11, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB156112176-
CMYK0.110.3600.31
HSL281.25º28.83%56.47%-
HSV(B)281.25º36.36%69.02%-
XYZ27.3421.7943.84-
YUV132.45152.58144.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.14%
GREEN value IS 112 (44.14% from 255) = 25.23%
BLUE value IS 176 (69.14% from 255) = 39.64%
R=35.14%
G=25.23%
B=39.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1561121760.110.3600.31281.2528.8356.47
Hex9C70B0B2401F1191d38
Octal23416026013440374313570
Binary10011100111000010110000101110010001111110001100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C70B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,112,176); }

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

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

 a { background-color: rgb(156,112,176); }

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

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

 span { border-color: rgb(156,112,176); }

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