Html Css Color HEX #993496 Vivid Violet

📋 copy color: '#993496'

red 153 ◦ green 52 ◦ blue 150

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

Shades of Vivid Violet #993496

Tints of Vivid Violet #993496

RGB

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

 GREEN value IS 52 (20.7% from 255) = 14.65%

 BLUE value IS 150 (58.98% from 255) = 42.25%

R = 43.1%
G = 14.65%
B = 42.25%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#993496 (or 0x993496) is known color: Vivid Violet. HEX triplet: 99, 34 and 96. RGB value is (153,52,150). Sum of RGB (Red+Green+Blue) = 153+52+150=355 (47% of max value = 765). Red value is 153 (60.16% from 255 or 43.10% from 355); Green value is 52 (20.70% from 255 or 14.65% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 153 - color contains mainly: red. Hex color #993496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993496 is #66CB69. Grayscale: #5D5D5D. Windows color (decimal): -6736746 or 9843865. OLE color: 9843865.

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

Color convert

RGB 153 52 150 -
CMYK 0 0.66 0.02 0.4
HSL 301.78º 0.49% 0.4% -
HSV(B) 301.78º 0.66% 0.6% -
XYZ 19.87 11.43 30.01 -
YUV 93.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 153 52 150 0 0.66 0.02 0.4 301.78 0.49 0.4
Hex 99 34 96 0 42 2 28 12E 31 28
Octal 231 64 226 0 102 2 50 456 61 50
Binary 10011001 110100 10010110 0 1000010 10 101000 100101110 110001 101000

Color Harmonies of #993496

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993496

Black with #993496

Text Example


Text Example

White with #993496

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993496; }

 p { color: rgb(153,52,150); }

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

background-color css

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

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

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

border-color css

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

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

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