Html Css Color HEX #993E96 Vivid Violet

📋 copy color: '#993E96'

red 153 ◦ green 62 ◦ blue 150

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

Shades of Vivid Violet #993E96

Tints of Vivid Violet #993E96

RGB

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

 GREEN value IS 62 (24.61% from 255) = 16.99%

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

R = 41.92%
G = 16.99%
B = 41.1%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#993E96 (or 0x993E96) is known color: Vivid Violet. HEX triplet: 99, 3E and 96. RGB value is (153,62,150). Sum of RGB (Red+Green+Blue) = 153+62+150=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #993E96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993E96 is #66C169. Grayscale: #626262. Windows color (decimal): -6734186 or 9846425. OLE color: 9846425.

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

Color convert

RGB 153 62 150 -
CMYK 0 0.59 0.02 0.4
HSL 301.98º 0.42% 0.42% -
HSV(B) 301.98º 0.59% 0.6% -
XYZ 20.36 12.42 30.18 -
YUV 99.24 156.65 166.34 -
System Red Green Blue C M Y K H S L
Decimal 153 62 150 0 0.59 0.02 0.4 301.98 0.42 0.42
Hex 99 3E 96 0 3B 2 28 12E 2A 2A
Octal 231 76 226 0 73 2 50 456 52 52
Binary 10011001 111110 10010110 0 111011 10 101000 100101110 101010 101010

Color Harmonies of #993E96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993E96

Black with #993E96

Text Example


Text Example

White with #993E96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993E96; }

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

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

background-color css

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

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

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

border-color css

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

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

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