#9A62AA

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

Shades of Ce Soir #9A62AA

Tints of Ce Soir #9A62AA

Color information

#9A62AA (or 0x9A62AA) is unknown color: approx Ce Soir. HEX triplet: 9A, 62 and AA. RGB value is (154,98,170). Sum of RGB (Red+Green+Blue) = 154+98+170=422 (55% of max value = 765). Red value is 154 (60.55% from 255 or 36.49% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 170 (66.80% from 255 or 40.28% from 422); Max value from RGB is 170 - color contains mainly: blue. Hex color #9A62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A62AA is #659D55. Grayscale: #7A7A7A. Windows color (decimal): -6659414 or 11166362. OLE color: 11166362.

HSL color Cylindrical-coordinate representation of color #9A62AA: hue angle of 286.67º degrees, saturation: 0.3, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9A62AA is Cyan = 0.09, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15498170-
CMYK0.090.4200.33
HSL286.67º29.75%52.55%-
HSV(B)286.67º42.35%66.67%-
XYZ24.9518.5140.29-
YUV122.95154.55150.15-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 36.49%
GREEN value IS 98 (38.67% from 255) = 23.22%
BLUE value IS 170 (66.80% from 255) = 40.28%
R=36.49%
G=23.22%
B=40.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal154981700.090.4200.33286.6729.7552.55
Hex9A62AA92A02111f1e35
Octal23214225211520414373665
Binary100110101100010101010101001101010010000110001111111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A62AA; }

 p { color: rgb(154,98,170); }

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

<style>
 a { background-color: #9A62AA; }

 a { background-color: rgb(154,98,170); }

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

<style>
 span { border-color: #9A62AA; }

 span { border-color: rgb(154,98,170); }

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