#9066B4

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

Shades of Ce Soir #9066B4

Tints of Ce Soir #9066B4

Color information

#9066B4 (or 0x9066B4) is unknown color: approx Ce Soir. HEX triplet: 90, 66 and B4. RGB value is (144,102,180). Sum of RGB (Red+Green+Blue) = 144+102+180=426 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.80% from 426); Green value is 102 (40.23% from 255 or 23.94% from 426); Blue value is 180 (70.70% from 255 or 42.25% from 426); Max value from RGB is 180 - color contains mainly: blue. Hex color #9066B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9066B4 is #6F994B. Grayscale: #7B7B7B. Windows color (decimal): -7313740 or 11822736. OLE color: 11822736.

HSL color Cylindrical-coordinate representation of color #9066B4: hue angle of 272.31º degrees, saturation: 0.34, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9066B4 is Cyan = 0.2, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB144102180-
CMYK0.20.4300.29
HSL272.31º34.21%55.29%-
HSV(B)272.31º43.33%70.59%-
XYZ24.4918.7345.5-
YUV123.45159.91142.66-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.80%
GREEN value IS 102 (40.23% from 255) = 23.94%
BLUE value IS 180 (70.70% from 255) = 42.25%
R=33.80%
G=23.94%
B=42.25%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441021800.20.4300.29272.3134.2155.29
Hex9066B4142B01D1102237
Octal22014626424530354204267
Binary1001000011001101011010010100101011011101100010000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9066B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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