Html Css Color HEX #997380 Venus

📋 copy color: '#997380'

red 153 ◦ green 115 ◦ blue 128

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

Shades of Venus #997380

Tints of Venus #997380

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 32.32%

R = 38.64%
G = 29.04%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.4

RGB Variations

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

Color information

#997380 (or 0x997380) is known color: Venus. HEX triplet: 99, 73 and 80. RGB value is (153,115,128). Sum of RGB (Red+Green+Blue) = 153+115+128=396 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.64% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 153 - color contains mainly: red. Hex color #997380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997380 is #668C7F. Grayscale: #7F7F7F. Windows color (decimal): -6720640 or 8418201. OLE color: 8418201.

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

Color convert

RGB 153 115 128 -
CMYK 0 0.25 0.16 0.4
HSL 339.47º 0.16% 0.53% -
HSV(B) 339.47º 0.25% 0.6% -
XYZ 23.16 20.59 23.18 -
YUV 127.84 128.09 145.94 -
System Red Green Blue C M Y K H S L
Decimal 153 115 128 0 0.25 0.16 0.4 339.47 0.16 0.53
Hex 99 73 80 0 19 10 28 153 10 35
Octal 231 163 200 0 31 20 50 523 20 65
Binary 10011001 1110011 10000000 0 11001 10000 101000 101010011 10000 110101

Color Harmonies of #997380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #997380

Black with #997380

Text Example


Text Example

White with #997380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #997380; }

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

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

background-color css

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

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

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

border-color css

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

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

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