#9770b0

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

Shades of Ce Soir #9770B0

Tints of Ce Soir #9770B0

Color information

#9770B0 (or 0x9770B0) is unknown color: approx Ce Soir. HEX triplet: 97, 70 and B0. RGB value is (151,112,176). Sum of RGB (Red+Green+Blue) = 151+112+176=439 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.40% from 439); Green value is 112 (44.14% from 255 or 25.51% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 176 - color contains mainly: blue. Hex color #9770B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9770B0 is #688F4F. Grayscale: #828282. Windows color (decimal): -6852432 or 11563159. OLE color: 11563159.

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

Color convert

RGB151112176-
CMYK0.140.3600.31
HSL276.56º28.83%56.47%-
HSV(B)276.56º36.36%69.02%-
XYZ26.3921.343.79-
YUV130.96153.42142.3-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 34.40%
GREEN value IS 112 (44.14% from 255) = 25.51%
BLUE value IS 176 (69.14% from 255) = 40.09%
R=34.40%
G=25.51%
B=40.09%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1511121760.140.3600.31276.5628.8356.47
Hex9770B0E2401F1151d38
Octal22716026016440374253570
Binary10010111111000010110000111010010001111110001010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9770b0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9770b0; }

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

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

<style>
 a { background-color: #9770b0; }

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

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

<style>
 span { border-color: #9770b0; }

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

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