Html Css Color HEX #993B96 Vivid Violet

📋 copy color: '#993B96'

red 153 ◦ green 59 ◦ blue 150

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

Shades of Vivid Violet #993B96

Tints of Vivid Violet #993B96

RGB

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

 GREEN value IS 59 (23.44% from 255) = 16.3%

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

R = 42.27%
G = 16.3%
B = 41.44%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#993B96 (or 0x993B96) is known color: Vivid Violet. HEX triplet: 99, 3B and 96. RGB value is (153,59,150). Sum of RGB (Red+Green+Blue) = 153+59+150=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 59 (23.44% from 255 or 16.30% from 362); Blue value is 150 (58.98% from 255 or 41.44% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #993B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993B96 is #66C469. Grayscale: #616161. Windows color (decimal): -6734954 or 9845657. OLE color: 9845657.

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

Color convert

RGB 153 59 150 -
CMYK 0 0.61 0.02 0.4
HSL 301.91º 0.44% 0.42% -
HSV(B) 301.91º 0.61% 0.6% -
XYZ 20.21 12.1 30.13 -
YUV 97.48 157.64 167.6 -
System Red Green Blue C M Y K H S L
Decimal 153 59 150 0 0.61 0.02 0.4 301.91 0.44 0.42
Hex 99 3B 96 0 3D 2 28 12E 2C 2A
Octal 231 73 226 0 75 2 50 456 54 52
Binary 10011001 111011 10010110 0 111101 10 101000 100101110 101100 101010

Color Harmonies of #993B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993B96

Black with #993B96

Text Example


Text Example

White with #993B96

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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