Html Css Color HEX #993597 Vivid Violet

📋 copy color: '#993597'

red 153 ◦ green 53 ◦ blue 151

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

Shades of Vivid Violet #993597

Tints of Vivid Violet #993597

RGB

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

 GREEN value IS 53 (21.09% from 255) = 14.85%

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

R = 42.86%
G = 14.85%
B = 42.3%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993597 (or 0x993597) is known color: Vivid Violet. HEX triplet: 99, 35 and 97. RGB value is (153,53,151). Sum of RGB (Red+Green+Blue) = 153+53+151=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 53 (21.09% from 255 or 14.85% from 357); Blue value is 151 (59.38% from 255 or 42.30% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #993597 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993597 is #66CA68. Grayscale: #5D5D5D. Windows color (decimal): -6736489 or 9909657. OLE color: 9909657.

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

Color convert

RGB 153 53 151 -
CMYK 0 0.65 0.01 0.4
HSL 301.2º 0.49% 0.4% -
HSV(B) 301.2º 0.65% 0.6% -
XYZ 20 11.55 30.45 -
YUV 94.07 160.13 170.03 -
System Red Green Blue C M Y K H S L
Decimal 153 53 151 0 0.65 0.01 0.4 301.2 0.49 0.4
Hex 99 35 97 0 41 1 28 12D 31 28
Octal 231 65 227 0 101 1 50 455 61 50
Binary 10011001 110101 10010111 0 1000001 1 101000 100101101 110001 101000

Color Harmonies of #993597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993597

Black with #993597

Text Example


Text Example

White with #993597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993597; }

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

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

background-color css

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

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

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

border-color css

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

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

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