#9071A7

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

Shades of Ce Soir #9071A7

Tints of Ce Soir #9071A7

Color information

#9071A7 (or 0x9071A7) is unknown color: approx Ce Soir. HEX triplet: 90, 71 and A7. RGB value is (144,113,167). Sum of RGB (Red+Green+Blue) = 144+113+167=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 167 (65.62% from 255 or 39.39% from 424); Max value from RGB is 167 - color contains mainly: blue. Hex color #9071A7 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9071A7 is #6F8E58. Grayscale: #808080. Windows color (decimal): -7310937 or 10973584. OLE color: 10973584.

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

Color convert

RGB144113167-
CMYK0.140.3200.35
HSL274.44º23.48%54.9%-
HSV(B)274.44º32.34%65.49%-
XYZ24.3820.5339.24-
YUV128.43149.77139.11-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 113 (44.53% from 255) = 26.65%
BLUE value IS 167 (65.62% from 255) = 39.39%
R=33.96%
G=26.65%
B=39.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1441131670.140.3200.35274.4423.4854.9
Hex9071A7E200231121737
Octal22016124716400434222767
Binary100100001110001101001111110100000010001110001001010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9071A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,113,167); }

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

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

 a { background-color: rgb(144,113,167); }

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

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

 span { border-color: rgb(144,113,167); }

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