Html Css Color HEX #997399 Violet Blue

📋 copy color: '#997399'

red 153 ◦ green 115 ◦ blue 153

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

Shades of Violet Blue #997399

Tints of Violet Blue #997399

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.32%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 36.34%
G = 27.32%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997399 (or 0x997399) is known color: Violet Blue. HEX triplet: 99, 73 and 99. RGB value is (153,115,153). Sum of RGB (Red+Green+Blue) = 153+115+153=421 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.34% from 421); Green value is 115 (45.31% from 255 or 27.32% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997399 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997399 is #668C66. Grayscale: #828282. Windows color (decimal): -6720615 or 10056601. OLE color: 10056601.

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

Color convert

RGB 153 115 153 -
CMYK 0 0.25 0 0.4
HSL 300º 0.16% 0.53% -
HSV(B) 300º 0.25% 0.6% -
XYZ 25.02 21.33 32.94 -
YUV 130.69 140.59 143.91 -
System Red Green Blue C M Y K H S L
Decimal 153 115 153 0 0.25 0 0.4 300 0.16 0.53
Hex 99 73 99 0 19 0 28 12C 10 35
Octal 231 163 231 0 31 0 50 454 20 65
Binary 10011001 1110011 10011001 0 11001 0 101000 100101100 10000 110101

Color Harmonies of #997399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997399

Black with #997399

Text Example


Text Example

White with #997399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997399; }

 p { color: rgb(153,115,153); }

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

background-color css

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

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

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

border-color css

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

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

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