#9D3FA5

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

Shades of Violet Blue #9D3FA5

Tints of Violet Blue #9D3FA5

Color information

#9D3FA5 (or 0x9D3FA5) is unknown color: approx Violet Blue. HEX triplet: 9D, 3F and A5. RGB value is (157,63,165). Sum of RGB (Red+Green+Blue) = 157+63+165=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 63 (25% from 255 or 16.36% from 385); Blue value is 165 (64.84% from 255 or 42.86% from 385); Max value from RGB is 165 - color contains mainly: blue. Hex color #9D3FA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3FA5 is #62C05A. Grayscale: #666666. Windows color (decimal): -6471771 or 10829725. OLE color: 10829725.

HSL color Cylindrical-coordinate representation of color #9D3FA5: hue angle of 295.29º degrees, saturation: 0.45, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9D3FA5 is Cyan = 0.05, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15763165-
CMYK0.050.6200.35
HSL295.29º44.74%44.71%-
HSV(B)295.29º61.82%64.71%-
XYZ22.4713.4437.01-
YUV102.73163.14166.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 63 (25% from 255) = 16.36%
BLUE value IS 165 (64.84% from 255) = 42.86%
R=40.78%
G=16.36%
B=42.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal157631650.050.6200.35295.2944.7444.71
Hex9D3FA553E0231272d2d
Octal235772455760434475555
Binary10011101111111101001011011111100100011100100111101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3FA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,63,165); }

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

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

 a { background-color: rgb(157,63,165); }

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

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

 span { border-color: rgb(157,63,165); }

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