Html Css Color HEX #993097 Vivid Violet

📋 copy color: '#993097'

red 153 ◦ green 48 ◦ blue 151

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

Shades of Vivid Violet #993097

Tints of Vivid Violet #993097

RGB

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

 GREEN value IS 48 (19.14% from 255) = 13.64%

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

R = 43.47%
G = 13.64%
B = 42.9%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993097 (or 0x993097) is known color: Vivid Violet. HEX triplet: 99, 30 and 97. RGB value is (153,48,151). Sum of RGB (Red+Green+Blue) = 153+48+151=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 48 (19.14% from 255 or 13.64% from 352); Blue value is 151 (59.38% from 255 or 42.90% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #993097 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993097 is #66CF68. Grayscale: #5A5A5A. Windows color (decimal): -6737769 or 9908377. OLE color: 9908377.

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

Color convert

RGB 153 48 151 -
CMYK 0 0.69 0.01 0.4
HSL 301.14º 0.52% 0.39% -
HSV(B) 301.14º 0.69% 0.6% -
XYZ 19.78 11.12 30.38 -
YUV 91.14 161.79 172.12 -
System Red Green Blue C M Y K H S L
Decimal 153 48 151 0 0.69 0.01 0.4 301.14 0.52 0.39
Hex 99 30 97 0 45 1 28 12D 34 27
Octal 231 60 227 0 105 1 50 455 64 47
Binary 10011001 110000 10010111 0 1000101 1 101000 100101101 110100 100111

Color Harmonies of #993097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993097

Black with #993097

Text Example


Text Example

White with #993097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993097; }

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

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

background-color css

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

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

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

border-color css

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

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

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