#993FA4

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

Shades of Vivid Violet #993FA4

Tints of Vivid Violet #993FA4

Color information

#993FA4 (or 0x993FA4) is unknown color: approx Vivid Violet. HEX triplet: 99, 3F and A4. RGB value is (153,63,164). Sum of RGB (Red+Green+Blue) = 153+63+164=380 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.26% from 380); Green value is 63 (25% from 255 or 16.58% from 380); Blue value is 164 (64.45% from 255 or 43.16% from 380); Max value from RGB is 164 - color contains mainly: blue. Hex color #993FA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993FA4 is #66C05B. Grayscale: #656565. Windows color (decimal): -6733916 or 10764185. OLE color: 10764185.

HSL color Cylindrical-coordinate representation of color #993FA4: hue angle of 293.47º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #993FA4 is Cyan = 0.07, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB15363164-
CMYK0.070.6200.36
HSL293.47º44.49%44.51%-
HSV(B)293.47º61.59%64.31%-
XYZ21.6213.0136.49-
YUV101.42163.32164.79-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.26%
GREEN value IS 63 (25% from 255) = 16.58%
BLUE value IS 164 (64.45% from 255) = 43.16%
R=40.26%
G=16.58%
B=43.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153631640.070.6200.36293.4744.4944.51
Hex993FA473E0241252c2d
Octal231772447760444455455
Binary10011001111111101001001111111100100100100100101101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993FA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,63,164); }

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

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

 a { background-color: rgb(153,63,164); }

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

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

 span { border-color: rgb(153,63,164); }

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