#9F63AA

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

Shades of Violet Blue #9F63AA

Tints of Violet Blue #9F63AA

Color information

#9F63AA (or 0x9F63AA) is unknown color: approx Violet Blue. HEX triplet: 9F, 63 and AA. RGB value is (159,99,170). Sum of RGB (Red+Green+Blue) = 159+99+170=428 (56% of max value = 765). Red value is 159 (62.5% from 255 or 37.15% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 170 (66.80% from 255 or 39.72% from 428); Max value from RGB is 170 - color contains mainly: blue. Hex color #9F63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F63AA is #609C55. Grayscale: #7C7C7C. Windows color (decimal): -6331478 or 11166623. OLE color: 11166623.

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

Color convert

RGB15999170-
CMYK0.060.4200.33
HSL290.7º29.46%52.75%-
HSV(B)290.7º41.76%66.67%-
XYZ26.0219.240.36-
YUV125.03153.38152.23-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 37.15%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 170 (66.80% from 255) = 39.72%
R=37.15%
G=23.13%
B=39.72%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal159991700.060.4200.33290.729.4652.75
Hex9F63AA62A0211231d35
Octal2371432526520414433565
Binary10011111110001110101010110101010010000110010001111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,99,170); }

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

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

 a { background-color: rgb(159,99,170); }

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

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

 span { border-color: rgb(159,99,170); }

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