Html Css Color HEX #993194 Vivid Violet

📋 copy color: '#993194'

red 153 ◦ green 49 ◦ blue 148

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

Shades of Vivid Violet #993194

Tints of Vivid Violet #993194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 42.29%

R = 43.71%
G = 14%
B = 42.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.03

 K value IS 0.4

RGB Variations

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

Color information

#993194 (or 0x993194) is known color: Vivid Violet. HEX triplet: 99, 31 and 94. RGB value is (153,49,148). Sum of RGB (Red+Green+Blue) = 153+49+148=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 49 (19.53% from 255 or 14% from 350); Blue value is 148 (58.20% from 255 or 42.29% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #993194 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993194 is #66CE6B. Grayscale: #5B5B5B. Windows color (decimal): -6737516 or 9712025. OLE color: 9712025.

HSL color Cylindrical-coordinate representation of color #993194: hue angle of 302.88º 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 #993194 is Cyan = 0, Magento = 0.68, Yellow = 0.03 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 49 148 -
CMYK 0 0.68 0.03 0.4
HSL 302.88º 0.51% 0.4% -
HSV(B) 302.88º 0.68% 0.6% -
XYZ 19.58 11.11 29.13 -
YUV 91.38 159.96 171.95 -
System Red Green Blue C M Y K H S L
Decimal 153 49 148 0 0.68 0.03 0.4 302.88 0.51 0.4
Hex 99 31 94 0 44 3 28 12F 33 28
Octal 231 61 224 0 104 3 50 457 63 50
Binary 10011001 110001 10010100 0 1000100 11 101000 100101111 110011 101000

Color Harmonies of #993194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993194

Black with #993194

Text Example


Text Example

White with #993194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993194; }

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

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

background-color css

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

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

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

border-color css

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

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

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