#9570B0

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

Shades of Ce Soir #9570B0

Tints of Ce Soir #9570B0

Color information

#9570B0 (or 0x9570B0) is unknown color: approx Ce Soir. HEX triplet: 95, 70 and B0. RGB value is (149,112,176). Sum of RGB (Red+Green+Blue) = 149+112+176=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 112 (44.14% from 255 or 25.63% from 437); Blue value is 176 (69.14% from 255 or 40.27% from 437); Max value from RGB is 176 - color contains mainly: blue. Hex color #9570B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9570B0 is #6A8F4F. Grayscale: #828282. Windows color (decimal): -6983504 or 11563157. OLE color: 11563157.

HSL color Cylindrical-coordinate representation of color #9570B0: hue angle of 274.69º 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 #9570B0 is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB149112176-
CMYK0.150.3600.31
HSL274.69º28.83%56.47%-
HSV(B)274.69º36.36%69.02%-
XYZ26.0321.1143.78-
YUV130.36153.76141.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 34.10%
GREEN value IS 112 (44.14% from 255) = 25.63%
BLUE value IS 176 (69.14% from 255) = 40.27%
R=34.10%
G=25.63%
B=40.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1491121760.150.3600.31274.6928.8356.47
Hex9570B0F2401F1131d38
Octal22516026017440374233570
Binary10010101111000010110000111110010001111110001001111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9570B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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