#9570A7

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

Shades of Ce Soir #9570A7

Tints of Ce Soir #9570A7

Color information

#9570A7 (or 0x9570A7) is unknown color: approx Ce Soir. HEX triplet: 95, 70 and A7. RGB value is (149,112,167). Sum of RGB (Red+Green+Blue) = 149+112+167=428 (56% of max value = 765). Red value is 149 (58.59% from 255 or 34.81% from 428); Green value is 112 (44.14% from 255 or 26.17% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 167 - color contains mainly: blue. Hex color #9570A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570A7 is #6A8F58. Grayscale: #818181. Windows color (decimal): -6983513 or 10973333. OLE color: 10973333.

HSL color Cylindrical-coordinate representation of color #9570A7: hue angle of 280.36º degrees, saturation: 0.24, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9570A7 is Cyan = 0.11, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB149112167-
CMYK0.110.3300.35
HSL280.36º23.81%54.71%-
HSV(B)280.36º32.93%65.49%-
XYZ25.1620.7739.24-
YUV129.33149.26142.03-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.81%
GREEN value IS 112 (44.14% from 255) = 26.17%
BLUE value IS 167 (65.62% from 255) = 39.02%
R=34.81%
G=26.17%
B=39.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1491121670.110.3300.35280.3623.8154.71
Hex9570A7B210231181837
Octal22516024713410434303067
Binary100101011110000101001111011100001010001110001100011000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9570A7; }

 p { color: rgb(149,112,167); }

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

<style>
 a { background-color: #9570A7; }

 a { background-color: rgb(149,112,167); }

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

<style>
 span { border-color: #9570A7; }

 span { border-color: rgb(149,112,167); }

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