Html Css Color HEX #993297 Vivid Violet

📋 copy color: '#993297'

red 153 ◦ green 50 ◦ blue 151

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

Shades of Vivid Violet #993297

Tints of Vivid Violet #993297

RGB

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

 GREEN value IS 50 (19.92% from 255) = 14.12%

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

R = 43.22%
G = 14.12%
B = 42.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.01

 K value IS 0.4

RGB Variations

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

Color information

#993297 (or 0x993297) is known color: Vivid Violet. HEX triplet: 99, 32 and 97. RGB value is (153,50,151). Sum of RGB (Red+Green+Blue) = 153+50+151=354 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.22% from 354); Green value is 50 (19.92% from 255 or 14.12% from 354); Blue value is 151 (59.38% from 255 or 42.66% from 354); Max value from RGB is 153 - color contains mainly: red. Hex color #993297 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #993297 is #66CD68. Grayscale: #5C5C5C. Windows color (decimal): -6737257 or 9908889. OLE color: 9908889.

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

Color convert

RGB 153 50 151 -
CMYK 0 0.67 0.01 0.4
HSL 301.17º 0.51% 0.4% -
HSV(B) 301.17º 0.67% 0.6% -
XYZ 19.86 11.29 30.41 -
YUV 92.31 161.12 171.29 -
System Red Green Blue C M Y K H S L
Decimal 153 50 151 0 0.67 0.01 0.4 301.17 0.51 0.4
Hex 99 32 97 0 43 1 28 12D 33 28
Octal 231 62 227 0 103 1 50 455 63 50
Binary 10011001 110010 10010111 0 1000011 1 101000 100101101 110011 101000

Color Harmonies of #993297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #993297

Black with #993297

Text Example


Text Example

White with #993297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #993297; }

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

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

background-color css

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

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

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

border-color css

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

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

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