Html Css Color HEX #993391 Vivid Violet

📋 copy color: '#993391'

red 153 ◦ green 51 ◦ blue 145

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

Shades of Vivid Violet #993391

Tints of Vivid Violet #993391

RGB

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

 GREEN value IS 51 (20.31% from 255) = 14.61%

 BLUE value IS 145 (57.03% from 255) = 41.55%

R = 43.84%
G = 14.61%
B = 41.55%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#993391 (or 0x993391) is known color: Vivid Violet. HEX triplet: 99, 33 and 91. RGB value is (153,51,145). Sum of RGB (Red+Green+Blue) = 153+51+145=349 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.84% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 145 (57.03% from 255 or 41.55% from 349); Max value from RGB is 153 - color contains mainly: red. Hex color #993391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993391 is #66CC6E. Grayscale: #5B5B5B. Windows color (decimal): -6737007 or 9515929. OLE color: 9515929.

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

Color convert

RGB 153 51 145 -
CMYK 0 0.67 0.05 0.4
HSL 304.71º 0.5% 0.4% -
HSV(B) 304.71º 0.67% 0.6% -
XYZ 19.43 11.18 27.92 -
YUV 92.21 157.79 171.36 -
System Red Green Blue C M Y K H S L
Decimal 153 51 145 0 0.67 0.05 0.4 304.71 0.5 0.4
Hex 99 33 91 0 43 5 28 131 32 28
Octal 231 63 221 0 103 5 50 461 62 50
Binary 10011001 110011 10010001 0 1000011 101 101000 100110001 110010 101000

Color Harmonies of #993391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993391

Black with #993391

Text Example


Text Example

White with #993391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993391; }

 p { color: rgb(153,51,145); }

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

background-color css

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

 a { background-color: rgb(153,51,145); }

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

border-color css

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

 span { border-color: rgb(153,51,145); }

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