Html Css Color HEX #997596 Violet Blue

📋 copy color: '#997596'

red 153 ◦ green 117 ◦ blue 150

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

Shades of Violet Blue #997596

Tints of Violet Blue #997596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 35.71%

R = 36.43%
G = 27.86%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#997596 (or 0x997596) is known color: Violet Blue. HEX triplet: 99, 75 and 96. RGB value is (153,117,150). Sum of RGB (Red+Green+Blue) = 153+117+150=420 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.43% from 420); Green value is 117 (46.09% from 255 or 27.86% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 153 - color contains mainly: red. Hex color #997596 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997596 is #668A69. Grayscale: #838383. Windows color (decimal): -6720106 or 9860505. OLE color: 9860505.

HSL color Cylindrical-coordinate representation of color #997596: hue angle of 305º 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 #997596 is Cyan = 0, Magento = 0.24, Yellow = 0.02 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 117 150 -
CMYK 0 0.24 0.02 0.4
HSL 305º 0.15% 0.53% -
HSV(B) 305º 0.24% 0.6% -
XYZ 25 21.7 31.72 -
YUV 131.53 138.43 143.32 -
System Red Green Blue C M Y K H S L
Decimal 153 117 150 0 0.24 0.02 0.4 305 0.15 0.53
Hex 99 75 96 0 18 2 28 131 F 35
Octal 231 165 226 0 30 2 50 461 17 65
Binary 10011001 1110101 10010110 0 11000 10 101000 100110001 1111 110101

Color Harmonies of #997596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997596

Black with #997596

Text Example


Text Example

White with #997596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997596; }

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

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

background-color css

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

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

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

border-color css

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

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

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