#993A9C

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

Shades of Vivid Violet #993A9C

Tints of Vivid Violet #993A9C

Color information

#993A9C (or 0x993A9C) is unknown color: approx Vivid Violet. HEX triplet: 99, 3A and 9C. RGB value is (153,58,156). Sum of RGB (Red+Green+Blue) = 153+58+156=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 58 (23.05% from 255 or 15.80% from 367); Blue value is 156 (61.33% from 255 or 42.51% from 367); Max value from RGB is 156 - color contains mainly: blue. Hex color #993A9C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993A9C is #66C563. Grayscale: #616161. Windows color (decimal): -6735204 or 10238617. OLE color: 10238617.

HSL color Cylindrical-coordinate representation of color #993A9C: hue angle of 298.16º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #993A9C is Cyan = 0.02, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB15358156-
CMYK0.020.6300.39
HSL298.16º45.79%41.96%-
HSV(B)298.16º62.82%61.18%-
XYZ20.6512.232.72-
YUV97.58160.97167.53-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 58 (23.05% from 255) = 15.80%
BLUE value IS 156 (61.33% from 255) = 42.51%
R=41.69%
G=15.80%
B=42.51%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal153581560.020.6300.39298.1645.7941.96
Hex993A9C23F02712a2e2a
Octal231722342770474525652
Binary1001100111101010011100101111110100111100101010101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,58,156); }

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

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

 a { background-color: rgb(153,58,156); }

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

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

 span { border-color: rgb(153,58,156); }

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