Html Css Color HEX #957882 Venus

📋 copy color: '#957882'

red 149 ◦ green 120 ◦ blue 130

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

Shades of Venus #957882

Tints of Venus #957882

RGB

 RED value IS 149 (58.59% from 255) = 37.34%

 GREEN value IS 120 (47.27% from 255) = 30.08%

 BLUE value IS 130 (51.17% from 255) = 32.58%

R = 37.34%
G = 30.08%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#957882 (or 0x957882) is known color: Venus. HEX triplet: 95, 78 and 82. RGB value is (149,120,130). Sum of RGB (Red+Green+Blue) = 149+120+130=399 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.34% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 149 - color contains mainly: red. Hex color #957882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #957882 is #6A877D. Grayscale: #818181. Windows color (decimal): -6981502 or 8550549. OLE color: 8550549.

HSL color Cylindrical-coordinate representation of color #957882: hue angle of 339.31º degrees, saturation: 0.12, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #957882 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 120 130 -
CMYK 0 0.19 0.13 0.42
HSL 339.31º 0.12% 0.53% -
HSV(B) 339.31º 0.19% 0.58% -
XYZ 23.14 21.43 24.04 -
YUV 129.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 149 120 130 0 0.19 0.13 0.42 339.31 0.12 0.53
Hex 95 78 82 0 13 D 2A 153 C 35
Octal 225 170 202 0 23 15 52 523 14 65
Binary 10010101 1111000 10000010 0 10011 1101 101010 101010011 1100 110101

Color Harmonies of #957882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #957882

Black with #957882

Text Example


Text Example

White with #957882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #957882; }

 p { color: rgb(149,120,130); }

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

background-color css

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

 a { background-color: rgb(149,120,130); }

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

border-color css

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

 span { border-color: rgb(149,120,130); }

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