#9962AA

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

Shades of Ce Soir #9962AA

Tints of Ce Soir #9962AA

Color information

#9962AA (or 0x9962AA) is unknown color: approx Ce Soir. HEX triplet: 99, 62 and AA. RGB value is (153,98,170). Sum of RGB (Red+Green+Blue) = 153+98+170=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 98 (38.67% from 255 or 23.28% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9962AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9962AA is #669D55. Grayscale: #7A7A7A. Windows color (decimal): -6724950 or 11166361. OLE color: 11166361.

HSL color Cylindrical-coordinate representation of color #9962AA: hue angle of 285.83º 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 #9962AA is Cyan = 0.1, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15398170-
CMYK0.10.4200.33
HSL285.83º29.75%52.55%-
HSV(B)285.83º42.35%66.67%-
XYZ24.7618.4140.28-
YUV122.65154.72149.65-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 36.34%
GREEN value IS 98 (38.67% from 255) = 23.28%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=36.34%
G=23.28%
B=40.38%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal153981700.10.4200.33285.8329.7552.55
Hex9962AAA2A02111e1e35
Octal23114225212520414363665
Binary100110011100010101010101010101010010000110001111011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9962AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9962AA; }

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

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

<style>
 a { background-color: #9962AA; }

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

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

<style>
 span { border-color: #9962AA; }

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

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