Html Css Color HEX #993497 Vivid Violet

📋 copy color: '#993497'

red 153 ◦ green 52 ◦ blue 151

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

Shades of Vivid Violet #993497

Tints of Vivid Violet #993497

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 42.42%

R = 42.98%
G = 14.61%
B = 42.42%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993497 (or 0x993497) is known color: Vivid Violet. HEX triplet: 99, 34 and 97. RGB value is (153,52,151). Sum of RGB (Red+Green+Blue) = 153+52+151=356 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.98% from 356); Green value is 52 (20.70% from 255 or 14.61% from 356); Blue value is 151 (59.38% from 255 or 42.42% from 356); Max value from RGB is 153 - color contains mainly: red. Hex color #993497 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993497 is #66CB68. Grayscale: #5D5D5D. Windows color (decimal): -6736745 or 9909401. OLE color: 9909401.

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

Color convert

RGB 153 52 151 -
CMYK 0 0.66 0.01 0.4
HSL 301.19º 0.49% 0.4% -
HSV(B) 301.19º 0.66% 0.6% -
XYZ 19.95 11.46 30.44 -
YUV 93.49 160.46 170.45 -
System Red Green Blue C M Y K H S L
Decimal 153 52 151 0 0.66 0.01 0.4 301.19 0.49 0.4
Hex 99 34 97 0 42 1 28 12D 31 28
Octal 231 64 227 0 102 1 50 455 61 50
Binary 10011001 110100 10010111 0 1000010 1 101000 100101101 110001 101000

Color Harmonies of #993497

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993497

Black with #993497

Text Example


Text Example

White with #993497

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993497; }

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

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

background-color css

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

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

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

border-color css

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

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

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