Html Css Color HEX #947884 Venus

📋 copy color: '#947884'

red 148 ◦ green 120 ◦ blue 132

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

Shades of Venus #947884

Tints of Venus #947884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 33%

R = 37%
G = 30%
B = 33%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#947884 (or 0x947884) is known color: Venus. HEX triplet: 94, 78 and 84. RGB value is (148,120,132). Sum of RGB (Red+Green+Blue) = 148+120+132=400 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37% from 400); Green value is 120 (47.27% from 255 or 30% from 400); Blue value is 132 (51.95% from 255 or 33% from 400); Max value from RGB is 148 - color contains mainly: red. Hex color #947884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947884 is #6B877B. Grayscale: #818181. Windows color (decimal): -7047036 or 8681620. OLE color: 8681620.

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

Color convert

RGB 148 120 132 -
CMYK 0 0.19 0.11 0.42
HSL 334.29º 0.12% 0.53% -
HSV(B) 334.29º 0.19% 0.58% -
XYZ 23.09 21.39 24.74 -
YUV 129.74 129.28 141.02 -
System Red Green Blue C M Y K H S L
Decimal 148 120 132 0 0.19 0.11 0.42 334.29 0.12 0.53
Hex 94 78 84 0 13 B 2A 14E C 35
Octal 224 170 204 0 23 13 52 516 14 65
Binary 10010100 1111000 10000100 0 10011 1011 101010 101001110 1100 110101

Color Harmonies of #947884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947884

Black with #947884

Text Example


Text Example

White with #947884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947884; }

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

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

background-color css

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

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

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

border-color css

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

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

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