#9D3D94

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

Shades of Violet Blue #9D3D94

Tints of Violet Blue #9D3D94

Color information

#9D3D94 (or 0x9D3D94) is unknown color: approx Violet Blue. HEX triplet: 9D, 3D and 94. RGB value is (157,61,148). Sum of RGB (Red+Green+Blue) = 157+61+148=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 61 (24.22% from 255 or 16.67% from 366); Blue value is 148 (58.20% from 255 or 40.44% from 366); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3D94 is #62C26B. Grayscale: #636363. Windows color (decimal): -6472300 or 9715101. OLE color: 9715101.

HSL color Cylindrical-coordinate representation of color #9D3D94: hue angle of 305.62º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9D3D94 is Cyan = 0, Magento = 0.61, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15761148-
CMYK00.610.060.38
HSL305.62º44.04%42.75%-
HSV(B)305.62º61.15%61.57%-
XYZ20.9212.6429.35-
YUV99.62155.3168.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 42.90%
GREEN value IS 61 (24.22% from 255) = 16.67%
BLUE value IS 148 (58.20% from 255) = 40.44%
R=42.90%
G=16.67%
B=40.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576114800.610.060.38305.6244.0442.75
Hex9D3D9403D6261322c2b
Octal235752240756464625453
Binary10011101111101100101000111101110100110100110010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,61,148); }

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

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

 a { background-color: rgb(157,61,148); }

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

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

 span { border-color: rgb(157,61,148); }

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