#9D63AB

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

Shades of Violet Blue #9D63AB

Tints of Violet Blue #9D63AB

Color information

#9D63AB (or 0x9D63AB) is unknown color: approx Violet Blue. HEX triplet: 9D, 63 and AB. RGB value is (157,99,171). Sum of RGB (Red+Green+Blue) = 157+99+171=427 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.77% from 427); Green value is 99 (39.06% from 255 or 23.19% from 427); Blue value is 171 (67.19% from 255 or 40.05% from 427); Max value from RGB is 171 - color contains mainly: blue. Hex color #9D63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D63AB is #629C54. Grayscale: #7C7C7C. Windows color (decimal): -6462549 or 11232157. OLE color: 11232157.

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

Color convert

RGB15799171-
CMYK0.080.4200.33
HSL288.33º30%52.94%-
HSV(B)288.33º42.11%67.06%-
XYZ25.7219.0340.85-
YUV124.55154.22151.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.77%
GREEN value IS 99 (39.06% from 255) = 23.19%
BLUE value IS 171 (67.19% from 255) = 40.05%
R=36.77%
G=23.19%
B=40.05%

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
Decimal157991710.080.4200.33288.333052.94
Hex9D63AB82A0211201e35
Octal23514325310520414403665
Binary100111011100011101010111000101010010000110010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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