#9D4AA4

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

Shades of Violet Blue #9D4AA4

Tints of Violet Blue #9D4AA4

Color information

#9D4AA4 (or 0x9D4AA4) is unknown color: approx Violet Blue. HEX triplet: 9D, 4A and A4. RGB value is (157,74,164). Sum of RGB (Red+Green+Blue) = 157+74+164=395 (52% of max value = 765). Red value is 157 (61.72% from 255 or 39.75% from 395); Green value is 74 (29.30% from 255 or 18.73% from 395); Blue value is 164 (64.45% from 255 or 41.52% from 395); Max value from RGB is 164 - color contains mainly: blue. Hex color #9D4AA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4AA4 is #62B55B. Grayscale: #6C6C6C. Windows color (decimal): -6468956 or 10767005. OLE color: 10767005.

HSL color Cylindrical-coordinate representation of color #9D4AA4: hue angle of 295.33º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D4AA4 is Cyan = 0.04, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15774164-
CMYK0.040.5500.36
HSL295.33º37.82%46.67%-
HSV(B)295.33º54.88%64.31%-
XYZ23.0514.7536.75-
YUV109.08159162.18-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 39.75%
GREEN value IS 74 (29.30% from 255) = 18.73%
BLUE value IS 164 (64.45% from 255) = 41.52%
R=39.75%
G=18.73%
B=41.52%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157741640.040.5500.36295.3337.8246.67
Hex9D4AA4437024127262f
Octal2351122444670444474657
Binary100111011001010101001001001101110100100100100111100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4AA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,74,164); }

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

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

 a { background-color: rgb(157,74,164); }

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

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

 span { border-color: rgb(157,74,164); }

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