#9D64AC

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

Shades of Violet Blue #9D64AC

Tints of Violet Blue #9D64AC

Color information

#9D64AC (or 0x9D64AC) is unknown color: approx Violet Blue. HEX triplet: 9D, 64 and AC. RGB value is (157,100,172). Sum of RGB (Red+Green+Blue) = 157+100+172=429 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.60% from 429); Green value is 100 (39.45% from 255 or 23.31% from 429); Blue value is 172 (67.58% from 255 or 40.09% from 429); Max value from RGB is 172 - color contains mainly: blue. Hex color #9D64AC is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D64AC is #629B53. Grayscale: #7D7D7D. Windows color (decimal): -6462292 or 11297949. OLE color: 11297949.

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

Color convert

RGB157100172-
CMYK0.090.4200.33
HSL287.5º30.25%53.33%-
HSV(B)287.5º41.86%67.45%-
XYZ25.9119.2641.38-
YUV125.25154.38150.65-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.60%
GREEN value IS 100 (39.45% from 255) = 23.31%
BLUE value IS 172 (67.58% from 255) = 40.09%
R=36.60%
G=23.31%
B=40.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1571001720.090.4200.33287.530.2553.33
Hex9D64AC92A0211201e35
Octal23514425411520414403665
Binary100111011100100101011001001101010010000110010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D64AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,100,172); }

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

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

 a { background-color: rgb(157,100,172); }

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

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

 span { border-color: rgb(157,100,172); }

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