#993AA6

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

Shades of Vivid Violet #993AA6

Tints of Vivid Violet #993AA6

Color information

#993AA6 (or 0x993AA6) is unknown color: approx Vivid Violet. HEX triplet: 99, 3A and A6. RGB value is (153,58,166). Sum of RGB (Red+Green+Blue) = 153+58+166=377 (49% of max value = 765). Red value is 153 (60.16% from 255 or 40.58% from 377); Green value is 58 (23.05% from 255 or 15.38% from 377); Blue value is 166 (65.23% from 255 or 44.03% from 377); Max value from RGB is 166 - color contains mainly: blue. Hex color #993AA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993AA6 is #66C559. Grayscale: #626262. Windows color (decimal): -6735194 or 10893977. OLE color: 10893977.

HSL color Cylindrical-coordinate representation of color #993AA6: hue angle of 292.78º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #993AA6 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15358166-
CMYK0.080.6500.35
HSL292.78º48.21%43.92%-
HSV(B)292.78º65.06%65.1%-
XYZ21.5312.5537.36-
YUV98.72165.97166.72-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.58%
GREEN value IS 58 (23.05% from 255) = 15.38%
BLUE value IS 166 (65.23% from 255) = 44.03%
R=40.58%
G=15.38%
B=44.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal153581660.080.6500.35292.7848.2143.92
Hex993AA6841023125302c
Octal23172246101010434456054
Binary1001100111101010100110100010000010100011100100101110000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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