Html Css Color HEX #947883 Venus

📋 copy color: '#947883'

red 148 ◦ green 120 ◦ blue 131

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

Shades of Venus #947883

Tints of Venus #947883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.83%

R = 37.09%
G = 30.08%
B = 32.83%

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

#947883 (or 0x947883) is known color: Venus. HEX triplet: 94, 78 and 83. RGB value is (148,120,131). Sum of RGB (Red+Green+Blue) = 148+120+131=399 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.09% from 399); Green value is 120 (47.27% from 255 or 30.08% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 148 - color contains mainly: red. Hex color #947883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947883 is #6B877C. Grayscale: #818181. Windows color (decimal): -7047037 or 8616084. OLE color: 8616084.

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

Color convert

RGB 148 120 131 -
CMYK 0 0.19 0.11 0.42
HSL 336.43º 0.12% 0.53% -
HSV(B) 336.43º 0.19% 0.58% -
XYZ 23.03 21.37 24.38 -
YUV 129.63 128.78 141.11 -
System Red Green Blue C M Y K H S L
Decimal 148 120 131 0 0.19 0.11 0.42 336.43 0.12 0.53
Hex 94 78 83 0 13 B 2A 150 C 35
Octal 224 170 203 0 23 13 52 520 14 65
Binary 10010100 1111000 10000011 0 10011 1011 101010 101010000 1100 110101

Color Harmonies of #947883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #947883

Black with #947883

Text Example


Text Example

White with #947883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #947883; }

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

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

background-color css

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

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

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

border-color css

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

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

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