Html Css Color HEX #993793 Vivid Violet

📋 copy color: '#993793'

red 153 ◦ green 55 ◦ blue 147

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

Shades of Vivid Violet #993793

Tints of Vivid Violet #993793

RGB

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

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

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

R = 43.1%
G = 15.49%
B = 41.41%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.04

 K value IS 0.4

RGB Variations

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

Color information

#993793 (or 0x993793) is known color: Vivid Violet. HEX triplet: 99, 37 and 93. RGB value is (153,55,147). Sum of RGB (Red+Green+Blue) = 153+55+147=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 55 (21.88% from 255 or 15.49% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993793 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993793 is #66C86C. Grayscale: #5E5E5E. Windows color (decimal): -6735981 or 9648025. OLE color: 9648025.

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

Color convert

RGB 153 55 147 -
CMYK 0 0.64 0.04 0.4
HSL 303.67º 0.47% 0.41% -
HSV(B) 303.67º 0.64% 0.6% -
XYZ 19.77 11.61 28.8 -
YUV 94.79 157.47 169.52 -
System Red Green Blue C M Y K H S L
Decimal 153 55 147 0 0.64 0.04 0.4 303.67 0.47 0.41
Hex 99 37 93 0 40 4 28 130 2F 29
Octal 231 67 223 0 100 4 50 460 57 51
Binary 10011001 110111 10010011 0 1000000 100 101000 100110000 101111 101001

Color Harmonies of #993793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993793

Black with #993793

Text Example


Text Example

White with #993793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993793; }

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

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

background-color css

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

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

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

border-color css

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

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

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