Html Css Color HEX #997599 Violet Blue

📋 copy color: '#997599'

red 153 ◦ green 117 ◦ blue 153

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

Shades of Violet Blue #997599

Tints of Violet Blue #997599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.66%

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

R = 36.17%
G = 27.66%
B = 36.17%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#997599 (or 0x997599) is known color: Violet Blue. HEX triplet: 99, 75 and 99. RGB value is (153,117,153). Sum of RGB (Red+Green+Blue) = 153+117+153=423 (56% of max value = 765). Red value is 153 (60.16% from 255 or 36.17% from 423); Green value is 117 (46.09% from 255 or 27.66% from 423); Blue value is 153 (60.16% from 255 or 36.17% from 423); Max value from RGB is 153 - color contains mainly: red, blue. Hex color #997599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997599 is #668A66. Grayscale: #838383. Windows color (decimal): -6720103 or 10057113. OLE color: 10057113.

HSL color Cylindrical-coordinate representation of color #997599: 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.24%. Process color model (Four color, CMYK) of #997599 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 153 -
CMYK 0 0.24 0 0.4
HSL 300º 0.15% 0.53% -
HSV(B) 300º 0.24% 0.6% -
XYZ 25.25 21.79 33.01 -
YUV 131.87 139.93 143.07 -
System Red Green Blue C M Y K H S L
Decimal 153 117 153 0 0.24 0 0.4 300 0.15 0.53
Hex 99 75 99 0 18 0 28 12C F 35
Octal 231 165 231 0 30 0 50 454 17 65
Binary 10011001 1110101 10011001 0 11000 0 101000 100101100 1111 110101

Color Harmonies of #997599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997599

Black with #997599

Text Example


Text Example

White with #997599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997599; }

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

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

background-color css

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

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

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

border-color css

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

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

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