Html Css Color HEX #997699 Violet Blue

📋 copy color: '#997699'

red 153 ◦ green 118 ◦ blue 153

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

Shades of Violet Blue #997699

Tints of Violet Blue #997699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.83%

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

R = 36.08%
G = 27.83%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997699 (or 0x997699) is known color: Violet Blue. HEX triplet: 99, 76 and 99. RGB value is (153,118,153). Sum of RGB (Red+Green+Blue) = 153+118+153=424 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.08% from 424); Green value is 118 (46.48% from 255 or 27.83% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997699 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997699 is #668966. Grayscale: #848484. Windows color (decimal): -6719847 or 10057369. OLE color: 10057369.

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

Color convert

RGB 153 118 153 -
CMYK 0 0.23 0 0.4
HSL 300º 0.15% 0.53% -
HSV(B) 300º 0.23% 0.6% -
XYZ 25.37 22.03 33.05 -
YUV 132.46 139.6 142.65 -
System Red Green Blue C M Y K H S L
Decimal 153 118 153 0 0.23 0 0.4 300 0.15 0.53
Hex 99 76 99 0 17 0 28 12C F 35
Octal 231 166 231 0 27 0 50 454 17 65
Binary 10011001 1110110 10011001 0 10111 0 101000 100101100 1111 110101

Color Harmonies of #997699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997699

Black with #997699

Text Example


Text Example

White with #997699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997699; }

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

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

background-color css

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

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

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

border-color css

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

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

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