Html Css Color HEX #993193 Vivid Violet

📋 copy color: '#993193'

red 153 ◦ green 49 ◦ blue 147

#993193
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Vivid Violet #993193

Tints of Vivid Violet #993193

RGB

 RED value IS 153 (60.16% from 255) = 43.84%

 GREEN value IS 49 (19.53% from 255) = 14.04%

 BLUE value IS 147 (57.81% from 255) = 42.12%

R = 43.84%
G = 14.04%
B = 42.12%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#993193 (or 0x993193) is known color: Vivid Violet. HEX triplet: 99, 31 and 93. RGB value is (153,49,147). Sum of RGB (Red+Green+Blue) = 153+49+147=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 49 (19.53% from 255 or 14.04% from 349); Blue value is 147 (57.81% from 255 or 42.12% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #993193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993193 is #66CE6C. Grayscale: #5A5A5A. Windows color (decimal): -6737517 or 9646489. OLE color: 9646489.

HSL color Cylindrical-coordinate representation of color #993193: hue angle of 303.46º degrees, saturation: 0.51, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #993193 is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 147 -
CMYK 0 0.68 0.04 0.4
HSL 303.46º 0.51% 0.4% -
HSV(B) 303.46º 0.68% 0.6% -
XYZ 19.5 11.08 28.71 -
YUV 91.27 159.46 172.03 -
System Red Green Blue C M Y K H S L
Decimal 153 49 147 0 0.68 0.04 0.4 303.46 0.51 0.4
Hex 99 31 93 0 44 4 28 12F 33 28
Octal 231 61 223 0 104 4 50 457 63 50
Binary 10011001 110001 10010011 0 1000100 100 101000 100101111 110011 101000

Color Harmonies of #993193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993193

Black with #993193

Text Example


Text Example

White with #993193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993193; }

 p { color: rgb(153,49,147); }

 H1.HeaderClassName
 {
   color: #993193;
 }
 .AnyTagClassName
 {
   color: #993193;
 }
</style>

background-color css

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

 a { background-color: rgb(153,49,147); }

 div.DivClassName
 {
   background-color: #993193;
 }
 .BgClassName
 {
   background-color: #993193;
 }
</style>

border-color css

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

 span { border-color: rgb(153,49,147); }

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