Html Css Color HEX #93707D Venus

📋 copy color: '#93707D'

red 147 ◦ green 112 ◦ blue 125

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

Shades of Venus #93707D

Tints of Venus #93707D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.17%

 BLUE value IS 125 (49.22% from 255) = 32.55%

R = 38.28%
G = 29.17%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#93707D (or 0x93707D) is known color: Venus. HEX triplet: 93, 70 and 7D. RGB value is (147,112,125). Sum of RGB (Red+Green+Blue) = 147+112+125=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 112 (44.14% from 255 or 29.17% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #93707D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93707D is #6C8F82. Grayscale: #7B7B7B. Windows color (decimal): -7114627 or 8220819. OLE color: 8220819.

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

Color convert

RGB 147 112 125 -
CMYK 0 0.24 0.15 0.42
HSL 337.71º 0.14% 0.51% -
HSV(B) 337.71º 0.24% 0.58% -
XYZ 21.53 19.27 21.99 -
YUV 123.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 147 112 125 0 0.24 0.15 0.42 337.71 0.14 0.51
Hex 93 70 7D 0 18 F 2A 152 E 33
Octal 223 160 175 0 30 17 52 522 16 63
Binary 10010011 1110000 1111101 0 11000 1111 101010 101010010 1110 110011

Color Harmonies of #93707D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #93707D

Black with #93707D

Text Example


Text Example

White with #93707D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #93707D; }

 p { color: rgb(147,112,125); }

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

background-color css

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

 a { background-color: rgb(147,112,125); }

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

border-color css

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

 span { border-color: rgb(147,112,125); }

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