#9066AB

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

Shades of Ce Soir #9066AB

Tints of Ce Soir #9066AB

Color information

#9066AB (or 0x9066AB) is unknown color: approx Ce Soir. HEX triplet: 90, 66 and AB. RGB value is (144,102,171). Sum of RGB (Red+Green+Blue) = 144+102+171=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 102 (40.23% from 255 or 24.46% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9066AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9066AB is #6F9954. Grayscale: #7A7A7A. Windows color (decimal): -7313749 or 11232912. OLE color: 11232912.

HSL color Cylindrical-coordinate representation of color #9066AB: hue angle of 276.52º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9066AB is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144102171-
CMYK0.160.4000.33
HSL276.52º29.11%53.53%-
HSV(B)276.52º40.35%67.06%-
XYZ23.618.3740.83-
YUV122.42155.41143.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 102 (40.23% from 255) = 24.46%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=34.53%
G=24.46%
B=41.01%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441021710.160.4000.33276.5229.1153.53
Hex9066AB10280211151d36
Octal22014625320500414253566
Binary1001000011001101010101110000101000010000110001010111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9066AB; }

 p { color: rgb(144,102,171); }

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

<style>
 a { background-color: #9066AB; }

 a { background-color: rgb(144,102,171); }

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

<style>
 span { border-color: #9066AB; }

 span { border-color: rgb(144,102,171); }

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