#9D63A8

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

Shades of Violet Blue #9D63A8

Tints of Violet Blue #9D63A8

Color information

#9D63A8 (or 0x9D63A8) is unknown color: approx Violet Blue. HEX triplet: 9D, 63 and A8. RGB value is (157,99,168). Sum of RGB (Red+Green+Blue) = 157+99+168=424 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.03% from 424); Green value is 99 (39.06% from 255 or 23.35% from 424); Blue value is 168 (66.02% from 255 or 39.62% from 424); Max value from RGB is 168 - color contains mainly: blue. Hex color #9D63A8 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D63A8 is #629C57. Grayscale: #7B7B7B. Windows color (decimal): -6462552 or 11035549. OLE color: 11035549.

HSL color Cylindrical-coordinate representation of color #9D63A8: hue angle of 290.43º degrees, saturation: 0.28, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9D63A8 is Cyan = 0.07, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15799168-
CMYK0.070.4100.34
HSL290.43º28.4%52.35%-
HSV(B)290.43º41.07%65.88%-
XYZ25.4318.9239.36-
YUV124.21152.72151.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 37.03%
GREEN value IS 99 (39.06% from 255) = 23.35%
BLUE value IS 168 (66.02% from 255) = 39.62%
R=37.03%
G=23.35%
B=39.62%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal157991680.070.4100.34290.4328.452.35
Hex9D63A87290221221c34
Octal2351432507510424423464
Binary10011101110001110101000111101001010001010010001011100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D63A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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