#9E63AB

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

Shades of Violet Blue #9E63AB

Tints of Violet Blue #9E63AB

Color information

#9E63AB (or 0x9E63AB) is unknown color: approx Violet Blue. HEX triplet: 9E, 63 and AB. RGB value is (158,99,171). Sum of RGB (Red+Green+Blue) = 158+99+171=428 (56% of max value = 765). Red value is 158 (62.11% from 255 or 36.92% from 428); Green value is 99 (39.06% from 255 or 23.13% from 428); Blue value is 171 (67.19% from 255 or 39.95% from 428); Max value from RGB is 171 - color contains mainly: blue. Hex color #9E63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E63AB is #619C54. Grayscale: #7C7C7C. Windows color (decimal): -6397013 or 11232158. OLE color: 11232158.

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

Color convert

RGB15899171-
CMYK0.080.4200.33
HSL289.17º30%52.94%-
HSV(B)289.17º42.11%67.06%-
XYZ25.9119.1340.86-
YUV124.85154.05151.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.92%
GREEN value IS 99 (39.06% from 255) = 23.13%
BLUE value IS 171 (67.19% from 255) = 39.95%
R=36.92%
G=23.13%
B=39.95%

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
Decimal158991710.080.4200.33289.173052.94
Hex9E63AB82A0211211e35
Octal23614325310520414413665
Binary100111101100011101010111000101010010000110010000111110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,99,171); }

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

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

 a { background-color: rgb(158,99,171); }

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

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

 span { border-color: rgb(158,99,171); }

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