#9068AC

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

Shades of Ce Soir #9068AC

Tints of Ce Soir #9068AC

Color information

#9068AC (or 0x9068AC) is unknown color: approx Ce Soir. HEX triplet: 90, 68 and AC. RGB value is (144,104,172). Sum of RGB (Red+Green+Blue) = 144+104+172=420 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.29% from 420); Green value is 104 (41.02% from 255 or 24.76% from 420); Blue value is 172 (67.58% from 255 or 40.95% from 420); Max value from RGB is 172 - color contains mainly: blue. Hex color #9068AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9068AC is #6F9753. Grayscale: #7B7B7B. Windows color (decimal): -7313236 or 11298960. OLE color: 11298960.

HSL color Cylindrical-coordinate representation of color #9068AC: hue angle of 275.29º 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 #9068AC is Cyan = 0.16, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB144104172-
CMYK0.160.4000.33
HSL275.29º29.06%54.12%-
HSV(B)275.29º39.53%67.45%-
XYZ23.918.8141.4-
YUV123.71155.25142.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.29%
GREEN value IS 104 (41.02% from 255) = 24.76%
BLUE value IS 172 (67.58% from 255) = 40.95%
R=34.29%
G=24.76%
B=40.95%

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
Decimal1441041720.160.4000.33275.2929.0654.12
Hex9068AC10280211131d36
Octal22015025420500414233566
Binary1001000011010001010110010000101000010000110001001111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9068AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9068AC; }

 p { color: rgb(144,104,172); }

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

<style>
 a { background-color: #9068AC; }

 a { background-color: rgb(144,104,172); }

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

<style>
 span { border-color: #9068AC; }

 span { border-color: rgb(144,104,172); }

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