Html Css Color HEX #993192 Vivid Violet

📋 copy color: '#993192'

red 153 ◦ green 49 ◦ blue 146

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

Shades of Vivid Violet #993192

Tints of Vivid Violet #993192

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 41.95%

R = 43.97%
G = 14.08%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993192 (or 0x993192) is known color: Vivid Violet. HEX triplet: 99, 31 and 92. RGB value is (153,49,146). Sum of RGB (Red+Green+Blue) = 153+49+146=348 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.97% from 348); Green value is 49 (19.53% from 255 or 14.08% from 348); Blue value is 146 (57.42% from 255 or 41.95% from 348); Max value from RGB is 153 - color contains mainly: red. Hex color #993192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993192 is #66CE6D. Grayscale: #5A5A5A. Windows color (decimal): -6737518 or 9580953. OLE color: 9580953.

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

Color convert

RGB 153 49 146 -
CMYK 0 0.68 0.05 0.4
HSL 304.04º 0.51% 0.4% -
HSV(B) 304.04º 0.68% 0.6% -
XYZ 19.42 11.04 28.3 -
YUV 91.15 158.96 172.11 -
System Red Green Blue C M Y K H S L
Decimal 153 49 146 0 0.68 0.05 0.4 304.04 0.51 0.4
Hex 99 31 92 0 44 5 28 130 33 28
Octal 231 61 222 0 104 5 50 460 63 50
Binary 10011001 110001 10010010 0 1000100 101 101000 100110000 110011 101000

Color Harmonies of #993192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993192

Black with #993192

Text Example


Text Example

White with #993192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993192; }

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

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

background-color css

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

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

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

border-color css

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

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

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