#993DA4

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

Shades of Vivid Violet #993DA4

Tints of Vivid Violet #993DA4

Color information

#993DA4 (or 0x993DA4) is unknown color: approx Vivid Violet. HEX triplet: 99, 3D and A4. RGB value is (153,61,164). Sum of RGB (Red+Green+Blue) = 153+61+164=378 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.48% from 378); Green value is 61 (24.22% from 255 or 16.14% from 378); Blue value is 164 (64.45% from 255 or 43.39% from 378); Max value from RGB is 164 - color contains mainly: blue. Hex color #993DA4 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993DA4 is #66C25B. Grayscale: #636363. Windows color (decimal): -6734428 or 10763673. OLE color: 10763673.

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

Color convert

RGB15361164-
CMYK0.070.6300.36
HSL293.59º45.78%44.12%-
HSV(B)293.59º62.8%64.31%-
XYZ21.5112.7936.46-
YUV100.25163.98165.62-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 40.48%
GREEN value IS 61 (24.22% from 255) = 16.14%
BLUE value IS 164 (64.45% from 255) = 43.39%
R=40.48%
G=16.14%
B=43.39%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal153611640.070.6300.36293.5945.7844.12
Hex993DA473F0241262e2c
Octal231752447770444465654
Binary10011001111101101001001111111110100100100100110101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993DA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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