#9064B4

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

Shades of Ce Soir #9064B4

Tints of Ce Soir #9064B4

Color information

#9064B4 (or 0x9064B4) is unknown color: approx Ce Soir. HEX triplet: 90, 64 and B4. RGB value is (144,100,180). Sum of RGB (Red+Green+Blue) = 144+100+180=424 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.96% from 424); Green value is 100 (39.45% from 255 or 23.58% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #9064B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9064B4 is #6F9B4B. Grayscale: #797979. Windows color (decimal): -7314252 or 11822224. OLE color: 11822224.

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

Color convert

RGB144100180-
CMYK0.20.4400.29
HSL273º34.78%54.9%-
HSV(B)273º44.44%70.59%-
XYZ24.318.3445.44-
YUV122.28160.58143.5-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.96%
GREEN value IS 100 (39.45% from 255) = 23.58%
BLUE value IS 180 (70.70% from 255) = 42.45%
R=33.96%
G=23.58%
B=42.45%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1441001800.20.4400.2927334.7854.9
Hex9064B4142C01D1112337
Octal22014426424540354214367
Binary1001000011001001011010010100101100011101100010001100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9064B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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