#993D94

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

Shades of Vivid Violet #993D94

Tints of Vivid Violet #993D94

Color information

#993D94 (or 0x993D94) is unknown color: approx Vivid Violet. HEX triplet: 99, 3D and 94. RGB value is (153,61,148). Sum of RGB (Red+Green+Blue) = 153+61+148=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 61 (24.22% from 255 or 16.85% from 362); Blue value is 148 (58.20% from 255 or 40.88% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #993D94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993D94 is #66C26B. Grayscale: #626262. Windows color (decimal): -6734444 or 9715097. OLE color: 9715097.

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

Color convert

RGB15361148-
CMYK00.600.030.4
HSL303.26º42.99%41.96%-
HSV(B)303.26º60.13%60%-
XYZ20.1512.2529.32-
YUV98.43155.98166.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.27%
GREEN value IS 61 (24.22% from 255) = 16.85%
BLUE value IS 148 (58.20% from 255) = 40.88%
R=42.27%
G=16.85%
B=40.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.03
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1536114800.600.030.4303.2642.9941.96
Hex993D9403C32812f2b2a
Octal231752240743504575352
Binary1001100111110110010100011110011101000100101111101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993D94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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