Html Css Color HEX #947882 Venus

📋 copy color: '#947882'

red 148 ◦ green 120 ◦ blue 130

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

Shades of Venus #947882

Tints of Venus #947882

RGB

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

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

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

R = 37.19%
G = 30.15%
B = 32.66%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.12

 K value IS 0.42

RGB Variations

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

Color information

#947882 (or 0x947882) is known color: Venus. HEX triplet: 94, 78 and 82. RGB value is (148,120,130). Sum of RGB (Red+Green+Blue) = 148+120+130=398 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.19% from 398); Green value is 120 (47.27% from 255 or 30.15% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 148 - color contains mainly: red. Hex color #947882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947882 is #6B877D. Grayscale: #818181. Windows color (decimal): -7047038 or 8550548. OLE color: 8550548.

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

Color convert

RGB 148 120 130 -
CMYK 0 0.19 0.12 0.42
HSL 338.57º 0.12% 0.53% -
HSV(B) 338.57º 0.19% 0.58% -
XYZ 22.96 21.34 24.03 -
YUV 129.51 128.28 141.19 -
System Red Green Blue C M Y K H S L
Decimal 148 120 130 0 0.19 0.12 0.42 338.57 0.12 0.53
Hex 94 78 82 0 13 C 2A 153 C 35
Octal 224 170 202 0 23 14 52 523 14 65
Binary 10010100 1111000 10000010 0 10011 1100 101010 101010011 1100 110101

Color Harmonies of #947882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947882

Black with #947882

Text Example


Text Example

White with #947882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947882; }

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

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

background-color css

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

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

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

border-color css

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

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

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