Html Css Color HEX #987583 Venus

📋 copy color: '#987583'

red 152 ◦ green 117 ◦ blue 131

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

Shades of Venus #987583

Tints of Venus #987583

RGB

 RED value IS 152 (59.77% from 255) = 38%

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

 BLUE value IS 131 (51.56% from 255) = 32.75%

R = 38%
G = 29.25%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.14

 K value IS 0.40

RGB Variations

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

Color information

#987583 (or 0x987583) is known color: Venus. HEX triplet: 98, 75 and 83. RGB value is (152,117,131). Sum of RGB (Red+Green+Blue) = 152+117+131=400 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38% from 400); Green value is 117 (46.09% from 255 or 29.25% from 400); Blue value is 131 (51.56% from 255 or 32.75% from 400); Max value from RGB is 152 - color contains mainly: red. Hex color #987583 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #987583 is #678A7C. Grayscale: #818181. Windows color (decimal): -6785661 or 8615320. OLE color: 8615320.

HSL color Cylindrical-coordinate representation of color #987583: hue angle of 336º 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 #987583 is Cyan = 0, Magento = 0.23, Yellow = 0.14 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 117 131 -
CMYK 0 0.23 0.14 0.40
HSL 336º 0.15% 0.53% -
HSV(B) 336º 0.23% 0.6% -
XYZ 23.41 21.04 24.3 -
YUV 129.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 152 117 131 0 0.23 0.14 0.40 336 0.15 0.53
Hex 98 75 83 0 17 E 28 150 F 35
Octal 230 165 203 0 27 16 50 520 17 65
Binary 10011000 1110101 10000011 0 10111 1110 101000 101010000 1111 110101

Color Harmonies of #987583

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #987583

Black with #987583

Text Example


Text Example

White with #987583

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #987583; }

 p { color: rgb(152,117,131); }

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

background-color css

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

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

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

border-color css

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

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

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