#9065AA

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

Shades of Ce Soir #9065AA

Tints of Ce Soir #9065AA

Color information

#9065AA (or 0x9065AA) is unknown color: approx Ce Soir. HEX triplet: 90, 65 and AA. RGB value is (144,101,170). Sum of RGB (Red+Green+Blue) = 144+101+170=415 (54% of max value = 765). Red value is 144 (56.64% from 255 or 34.70% from 415); Green value is 101 (39.84% from 255 or 24.34% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #9065AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9065AA is #6F9A55. Grayscale: #797979. Windows color (decimal): -7314006 or 11167120. OLE color: 11167120.

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

Color convert

RGB144101170-
CMYK0.150.4100.33
HSL277.39º28.87%53.14%-
HSV(B)277.39º40.59%66.67%-
XYZ23.4118.1440.3-
YUV121.72155.25143.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.70%
GREEN value IS 101 (39.84% from 255) = 24.34%
BLUE value IS 170 (66.80% from 255) = 40.96%
R=34.70%
G=24.34%
B=40.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1441011700.150.4100.33277.3928.8753.14
Hex9065AAF290211151d35
Octal22014525217510414253565
Binary100100001100101101010101111101001010000110001010111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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