#9067AB

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

Shades of Ce Soir #9067AB

Tints of Ce Soir #9067AB

Color information

#9067AB (or 0x9067AB) is unknown color: approx Ce Soir. HEX triplet: 90, 67 and AB. RGB value is (144,103,171). Sum of RGB (Red+Green+Blue) = 144+103+171=418 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.45% from 418); Green value is 103 (40.62% from 255 or 24.64% from 418); Blue value is 171 (67.19% from 255 or 40.91% from 418); Max value from RGB is 171 - color contains mainly: blue. Hex color #9067AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9067AB is #6F9854. Grayscale: #7A7A7A. Windows color (decimal): -7313493 or 11233168. OLE color: 11233168.

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

Color convert

RGB144103171-
CMYK0.160.4000.33
HSL276.18º28.81%53.73%-
HSV(B)276.18º39.77%67.06%-
XYZ23.718.5740.86-
YUV123.01155.08142.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.45%
GREEN value IS 103 (40.62% from 255) = 24.64%
BLUE value IS 171 (67.19% from 255) = 40.91%
R=34.45%
G=24.64%
B=40.91%

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
Decimal1441031710.160.4000.33276.1828.8153.73
Hex9067AB10280211141d36
Octal22014725320500414243566
Binary1001000011001111010101110000101000010000110001010011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9067AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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