Html Css Color HEX #998085 Venus

📋 copy color: '#998085'

red 153 ◦ green 128 ◦ blue 133

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

Shades of Venus #998085

Tints of Venus #998085

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.92%

 BLUE value IS 133 (52.34% from 255) = 32.13%

R = 36.96%
G = 30.92%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.13

 K value IS 0.4

RGB Variations

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

Color information

#998085 (or 0x998085) is known color: Venus. HEX triplet: 99, 80 and 85. RGB value is (153,128,133). Sum of RGB (Red+Green+Blue) = 153+128+133=414 (54% of max value = 765). Red value is 153 (60.16% from 255 or 36.96% from 414); Green value is 128 (50.39% from 255 or 30.92% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 153 - color contains mainly: red. Hex color #998085 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #998085 is #667F7A. Grayscale: #888888. Windows color (decimal): -6717307 or 8749209. OLE color: 8749209.

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

Color convert

RGB 153 128 133 -
CMYK 0 0.16 0.13 0.4
HSL 348º 0.11% 0.55% -
HSV(B) 348º 0.16% 0.6% -
XYZ 25.09 23.9 25.48 -
YUV 136.05 126.28 140.09 -
System Red Green Blue C M Y K H S L
Decimal 153 128 133 0 0.16 0.13 0.4 348 0.11 0.55
Hex 99 80 85 0 10 D 28 15C B 37
Octal 231 200 205 0 20 15 50 534 13 67
Binary 10011001 10000000 10000101 0 10000 1101 101000 101011100 1011 110111

Color Harmonies of #998085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #998085

Black with #998085

Text Example


Text Example

White with #998085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #998085; }

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

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

background-color css

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

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

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

border-color css

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

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

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