#9062A4

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

Shades of Ce Soir #9062A4

Tints of Ce Soir #9062A4

Color information

#9062A4 (or 0x9062A4) is unknown color: approx Ce Soir. HEX triplet: 90, 62 and A4. RGB value is (144,98,164). Sum of RGB (Red+Green+Blue) = 144+98+164=406 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.47% from 406); Green value is 98 (38.67% from 255 or 24.14% from 406); Blue value is 164 (64.45% from 255 or 40.39% from 406); Max value from RGB is 164 - color contains mainly: blue. Hex color #9062A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9062A4 is #6F9D5B. Grayscale: #777777. Windows color (decimal): -7314780 or 10773136. OLE color: 10773136.

HSL color Cylindrical-coordinate representation of color #9062A4: hue angle of 281.82º degrees, saturation: 0.27, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9062A4 is Cyan = 0.12, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14498164-
CMYK0.120.4000.36
HSL281.82º26.61%51.37%-
HSV(B)281.82º40.24%64.31%-
XYZ22.5717.3437.28-
YUV119.28153.24145.63-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.47%
GREEN value IS 98 (38.67% from 255) = 24.14%
BLUE value IS 164 (64.45% from 255) = 40.39%
R=35.47%
G=24.14%
B=40.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal144981640.120.4000.36281.8226.6151.37
Hex9062A4C2802411a1b33
Octal22014224414500444323363
Binary100100001100010101001001100101000010010010001101011011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9062A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9062A4; }

 p { color: rgb(144,98,164); }

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

<style>
 a { background-color: #9062A4; }

 a { background-color: rgb(144,98,164); }

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

<style>
 span { border-color: #9062A4; }

 span { border-color: rgb(144,98,164); }

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