Html Css Color HEX #993799 Vivid Violet

📋 copy color: '#993799'

red 153 ◦ green 55 ◦ blue 153

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

Shades of Vivid Violet #993799

Tints of Vivid Violet #993799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 42.38%

R = 42.38%
G = 15.24%
B = 42.38%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#993799 (or 0x993799) is known color: Vivid Violet. HEX triplet: 99, 37 and 99. RGB value is (153,55,153). Sum of RGB (Red+Green+Blue) = 153+55+153=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 55 (21.88% from 255 or 15.24% from 361); Blue value is 153 (60.16% from 255 or 42.38% from 361); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #993799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993799 is #66C866. Grayscale: #5F5F5F. Windows color (decimal): -6735975 or 10041241. OLE color: 10041241.

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

Color convert

RGB 153 55 153 -
CMYK 0 0.64 0 0.4
HSL 300º 0.47% 0.41% -
HSV(B) 300º 0.64% 0.6% -
XYZ 20.25 11.8 31.35 -
YUV 95.47 160.47 169.03 -
System Red Green Blue C M Y K H S L
Decimal 153 55 153 0 0.64 0 0.4 300 0.47 0.41
Hex 99 37 99 0 40 0 28 12C 2F 29
Octal 231 67 231 0 100 0 50 454 57 51
Binary 10011001 110111 10011001 0 1000000 0 101000 100101100 101111 101001

Color Harmonies of #993799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993799

Black with #993799

Text Example


Text Example

White with #993799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993799; }

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

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

background-color css

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

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

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

border-color css

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

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

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