#9066AA

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

Shades of Ce Soir #9066AA

Tints of Ce Soir #9066AA

Color information

#9066AA (or 0x9066AA) is unknown color: approx Ce Soir. HEX triplet: 90, 66 and AA. RGB value is (144,102,170). Sum of RGB (Red+Green+Blue) = 144+102+170=416 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.62% from 416); Green value is 102 (40.23% from 255 or 24.52% from 416); Blue value is 170 (66.80% from 255 or 40.87% from 416); Max value from RGB is 170 - color contains mainly: blue. Hex color #9066AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9066AA is #6F9955. Grayscale: #7A7A7A. Windows color (decimal): -7313750 or 11167376. OLE color: 11167376.

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

Color convert

RGB144102170-
CMYK0.150.400.33
HSL277.06º28.57%53.33%-
HSV(B)277.06º40%66.67%-
XYZ23.5118.3340.33-
YUV122.31154.91143.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.62%
GREEN value IS 102 (40.23% from 255) = 24.52%
BLUE value IS 170 (66.80% from 255) = 40.87%
R=34.62%
G=24.52%
B=40.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.4
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441021700.150.400.33277.0628.5753.33
Hex9066AAF280211151d35
Octal22014625217500414253565
Binary100100001100110101010101111101000010000110001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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