#993D9D

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

Shades of Vivid Violet #993D9D

Tints of Vivid Violet #993D9D

Color information

#993D9D (or 0x993D9D) is unknown color: approx Vivid Violet. HEX triplet: 99, 3D and 9D. RGB value is (153,61,157). Sum of RGB (Red+Green+Blue) = 153+61+157=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 61 (24.22% from 255 or 16.44% from 371); Blue value is 157 (61.72% from 255 or 42.32% from 371); Max value from RGB is 157 - color contains mainly: blue. Hex color #993D9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D9D is #66C262. Grayscale: #636363. Windows color (decimal): -6734435 or 10304921. OLE color: 10304921.

HSL color Cylindrical-coordinate representation of color #993D9D: hue angle of 297.5º 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 #993D9D is Cyan = 0.03, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB15361157-
CMYK0.030.6100.38
HSL297.5º44.04%42.75%-
HSV(B)297.5º61.15%61.57%-
XYZ20.8912.5433.22-
YUV99.45160.48166.19-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.24%
GREEN value IS 61 (24.22% from 255) = 16.44%
BLUE value IS 157 (61.72% from 255) = 42.32%
R=41.24%
G=16.44%
B=42.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal153611570.030.6100.38297.544.0442.75
Hex993D9D33D02612a2c2b
Octal231752353750464525453
Binary1001100111110110011101111111010100110100101010101100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993D9D; }

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

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

<style>
 a { background-color: #993D9D; }

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

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

<style>
 span { border-color: #993D9D; }

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

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