#9065AF

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

Shades of Ce Soir #9065AF

Tints of Ce Soir #9065AF

Color information

#9065AF (or 0x9065AF) is unknown color: approx Ce Soir. HEX triplet: 90, 65 and AF. RGB value is (144,101,175). Sum of RGB (Red+Green+Blue) = 144+101+175=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 101 (39.84% from 255 or 24.05% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 175 - color contains mainly: blue. Hex color #9065AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9065AF is #6F9A50. Grayscale: #7A7A7A. Windows color (decimal): -7314001 or 11494800. OLE color: 11494800.

HSL color Cylindrical-coordinate representation of color #9065AF: hue angle of 274.86º degrees, saturation: 0.32, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9065AF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB144101175-
CMYK0.180.4200.31
HSL274.86º31.62%54.12%-
HSV(B)274.86º42.29%68.63%-
XYZ23.8918.3342.84-
YUV122.29157.75143.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 101 (39.84% from 255) = 24.05%
BLUE value IS 175 (68.75% from 255) = 41.67%
R=34.29%
G=24.05%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1441011750.180.4200.31274.8631.6254.12
Hex9065AF122A01F1132036
Octal22014525722520374234066
Binary1001000011001011010111110010101010011111100010011100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9065AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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