#9D3AA3

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

Shades of Vivid Violet #9D3AA3

Tints of Vivid Violet #9D3AA3

Color information

#9D3AA3 (or 0x9D3AA3) is unknown color: approx Vivid Violet. HEX triplet: 9D, 3A and A3. RGB value is (157,58,163). Sum of RGB (Red+Green+Blue) = 157+58+163=378 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.53% from 378); Green value is 58 (23.05% from 255 or 15.34% from 378); Blue value is 163 (64.06% from 255 or 43.12% from 378); Max value from RGB is 163 - color contains mainly: blue. Hex color #9D3AA3 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D3AA3 is #62C55C. Grayscale: #636363. Windows color (decimal): -6473053 or 10697373. OLE color: 10697373.

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

Color convert

RGB15758163-
CMYK0.040.6400.36
HSL296.57º47.51%43.33%-
HSV(B)296.57º64.42%63.92%-
XYZ22.0312.8435.97-
YUV99.57163.8168.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.53%
GREEN value IS 58 (23.05% from 255) = 15.34%
BLUE value IS 163 (64.06% from 255) = 43.12%
R=41.53%
G=15.34%
B=43.12%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal157581630.040.6400.36296.5747.5143.33
Hex9D3AA3440024129302b
Octal2357224341000444516053
Binary100111011110101010001110010000000100100100101001110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3AA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,58,163); }

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

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

 a { background-color: rgb(157,58,163); }

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

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

 span { border-color: rgb(157,58,163); }

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