#9C62AA

Color #9C62AA Violet Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet Blue #9C62AA

Tints of Violet Blue #9C62AA

Color information

#9C62AA (or 0x9C62AA) is unknown color: approx Violet Blue. HEX triplet: 9C, 62 and AA. RGB value is (156,98,170). Sum of RGB (Red+Green+Blue) = 156+98+170=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 98 (38.67% from 255 or 23.11% from 424); Blue value is 170 (66.80% from 255 or 40.09% from 424); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C62AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C62AA is #639D55. Grayscale: #7B7B7B. Windows color (decimal): -6528342 or 11166364. OLE color: 11166364.

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

Color convert

RGB15698170-
CMYK0.080.4200.33
HSL288.33º29.75%52.55%-
HSV(B)288.33º42.35%66.67%-
XYZ25.3318.7140.31-
YUV123.55154.22151.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 98 (38.67% from 255) = 23.11%
BLUE value IS 170 (66.80% from 255) = 40.09%
R=36.79%
G=23.11%
B=40.09%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156981700.080.4200.33288.3329.7552.55
Hex9C62AA82A0211201e35
Octal23414225210520414403665
Binary100111001100010101010101000101010010000110010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C62AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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