Html Css Color HEX #937380 Venus

📋 copy color: '#937380'

red 147 ◦ green 115 ◦ blue 128

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

Shades of Venus #937380

Tints of Venus #937380

RGB

 RED value IS 147 (57.81% from 255) = 37.69%

 GREEN value IS 115 (45.31% from 255) = 29.49%

 BLUE value IS 128 (50.39% from 255) = 32.82%

R = 37.69%
G = 29.49%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.13

 K value IS 0.42

RGB Variations

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

Color information

#937380 (or 0x937380) is known color: Venus. HEX triplet: 93, 73 and 80. RGB value is (147,115,128). Sum of RGB (Red+Green+Blue) = 147+115+128=390 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.69% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 128 (50.39% from 255 or 32.82% from 390); Max value from RGB is 147 - color contains mainly: red. Hex color #937380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #937380 is #6C8C7F. Grayscale: #7E7E7E. Windows color (decimal): -7113856 or 8418195. OLE color: 8418195.

HSL color Cylindrical-coordinate representation of color #937380: hue angle of 335.62º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #937380 is Cyan = 0, Magento = 0.22, Yellow = 0.13 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 115 128 -
CMYK 0 0.22 0.13 0.42
HSL 335.63º 0.13% 0.51% -
HSV(B) 335.63º 0.22% 0.58% -
XYZ 22.06 20.02 23.12 -
YUV 126.05 129.1 142.94 -
System Red Green Blue C M Y K H S L
Decimal 147 115 128 0 0.22 0.13 0.42 335.63 0.13 0.51
Hex 93 73 80 0 16 D 2A 150 D 33
Octal 223 163 200 0 26 15 52 520 15 63
Binary 10010011 1110011 10000000 0 10110 1101 101010 101010000 1101 110011

Color Harmonies of #937380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #937380

Black with #937380

Text Example


Text Example

White with #937380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #937380; }

 p { color: rgb(147,115,128); }

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

background-color css

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

 a { background-color: rgb(147,115,128); }

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

border-color css

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

 span { border-color: rgb(147,115,128); }

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