Html Css Color HEX #993790 Vivid Violet

📋 copy color: '#993790'

red 153 ◦ green 55 ◦ blue 144

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

Shades of Vivid Violet #993790

Tints of Vivid Violet #993790

RGB

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

 GREEN value IS 55 (21.88% from 255) = 15.63%

 BLUE value IS 144 (56.64% from 255) = 40.91%

R = 43.47%
G = 15.63%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.06

 K value IS 0.4

RGB Variations

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

Color information

#993790 (or 0x993790) is known color: Vivid Violet. HEX triplet: 99, 37 and 90. RGB value is (153,55,144). Sum of RGB (Red+Green+Blue) = 153+55+144=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 55 (21.88% from 255 or 15.62% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993790 is #66C86F. Grayscale: #5E5E5E. Windows color (decimal): -6735984 or 9451417. OLE color: 9451417.

HSL color Cylindrical-coordinate representation of color #993790: hue angle of 305.51º degrees, saturation: 0.47, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #993790 is Cyan = 0, Magento = 0.64, Yellow = 0.06 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 55 144 -
CMYK 0 0.64 0.06 0.4
HSL 305.51º 0.47% 0.41% -
HSV(B) 305.51º 0.64% 0.6% -
XYZ 19.54 11.52 27.58 -
YUV 94.45 155.97 169.76 -
System Red Green Blue C M Y K H S L
Decimal 153 55 144 0 0.64 0.06 0.4 305.51 0.47 0.41
Hex 99 37 90 0 40 6 28 132 2F 29
Octal 231 67 220 0 100 6 50 462 57 51
Binary 10011001 110111 10010000 0 1000000 110 101000 100110010 101111 101001

Color Harmonies of #993790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993790

Black with #993790

Text Example


Text Example

White with #993790

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993790; }

 p { color: rgb(153,55,144); }

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

background-color css

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

 a { background-color: rgb(153,55,144); }

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

border-color css

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

 span { border-color: rgb(153,55,144); }

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