Html Css Color HEX #947881 Venus

📋 copy color: '#947881'

red 148 ◦ green 120 ◦ blue 129

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

Shades of Venus #947881

Tints of Venus #947881

RGB

 RED value IS 148 (58.2% from 255) = 37.28%

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

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 37.28%
G = 30.23%
B = 32.49%

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

#947881 (or 0x947881) is known color: Venus. HEX triplet: 94, 78 and 81. RGB value is (148,120,129). Sum of RGB (Red+Green+Blue) = 148+120+129=397 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.28% from 397); Green value is 120 (47.27% from 255 or 30.23% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 148 - color contains mainly: red. Hex color #947881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947881 is #6B877E. Grayscale: #818181. Windows color (decimal): -7047039 or 8485012. OLE color: 8485012.

HSL color Cylindrical-coordinate representation of color #947881: hue angle of 340.71º 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 #947881 is Cyan = 0, Magento = 0.19, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 120 129 -
CMYK 0 0.19 0.13 0.42
HSL 340.71º 0.12% 0.53% -
HSV(B) 340.71º 0.19% 0.58% -
XYZ 22.89 21.31 23.68 -
YUV 129.4 127.78 141.27 -
System Red Green Blue C M Y K H S L
Decimal 148 120 129 0 0.19 0.13 0.42 340.71 0.12 0.53
Hex 94 78 81 0 13 D 2A 155 C 35
Octal 224 170 201 0 23 15 52 525 14 65
Binary 10010100 1111000 10000001 0 10011 1101 101010 101010101 1100 110101

Color Harmonies of #947881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947881

Black with #947881

Text Example


Text Example

White with #947881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947881; }

 p { color: rgb(148,120,129); }

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

background-color css

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

 a { background-color: rgb(148,120,129); }

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

border-color css

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

 span { border-color: rgb(148,120,129); }

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