#993B8B

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

Shades of Vivid Violet #993B8B

Tints of Vivid Violet #993B8B

Color information

#993B8B (or 0x993B8B) is unknown color: approx Vivid Violet. HEX triplet: 99, 3B and 8B. RGB value is (153,59,139). Sum of RGB (Red+Green+Blue) = 153+59+139=351 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.59% from 351); Green value is 59 (23.44% from 255 or 16.81% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 153 - color contains mainly: red. Hex color #993B8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993B8B is #66C474. Grayscale: #606060. Windows color (decimal): -6734965 or 9124761. OLE color: 9124761.

HSL color Cylindrical-coordinate representation of color #993B8B: hue angle of 308.94º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #993B8B is Cyan = 0, Magento = 0.61, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB15359139-
CMYK00.610.090.4
HSL308.94º44.34%41.57%-
HSV(B)308.94º61.44%60%-
XYZ19.3611.7625.68-
YUV96.23152.14168.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.59%
GREEN value IS 59 (23.44% from 255) = 16.81%
BLUE value IS 139 (54.69% from 255) = 39.60%
R=43.59%
G=16.81%
B=39.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.09
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535913900.610.090.4308.9444.3441.57
Hex993B8B03D9281352c2a
Octal2317321307511504655452
Binary100110011110111000101101111011001101000100110101101100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993B8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,59,139); }

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

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

 a { background-color: rgb(153,59,139); }

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

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

 span { border-color: rgb(153,59,139); }

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