Html Css Color HEX #947885 Venus

📋 copy color: '#947885'

red 148 ◦ green 120 ◦ blue 133

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

Shades of Venus #947885

Tints of Venus #947885

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 33.17%

R = 36.91%
G = 29.93%
B = 33.17%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#947885 (or 0x947885) is known color: Venus. HEX triplet: 94, 78 and 85. RGB value is (148,120,133). Sum of RGB (Red+Green+Blue) = 148+120+133=401 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.91% from 401); Green value is 120 (47.27% from 255 or 29.93% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 148 - color contains mainly: red. Hex color #947885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947885 is #6B877A. Grayscale: #818181. Windows color (decimal): -7047035 or 8747156. OLE color: 8747156.

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

Color convert

RGB 148 120 133 -
CMYK 0 0.19 0.10 0.42
HSL 332.14º 0.12% 0.53% -
HSV(B) 332.14º 0.19% 0.58% -
XYZ 23.16 21.42 25.1 -
YUV 129.85 129.78 140.94 -
System Red Green Blue C M Y K H S L
Decimal 148 120 133 0 0.19 0.10 0.42 332.14 0.12 0.53
Hex 94 78 85 0 13 A 2A 14C C 35
Octal 224 170 205 0 23 12 52 514 14 65
Binary 10010100 1111000 10000101 0 10011 1010 101010 101001100 1100 110101

Color Harmonies of #947885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947885

Black with #947885

Text Example


Text Example

White with #947885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947885; }

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

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

background-color css

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

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

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

border-color css

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

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

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