Html Css Color HEX #936F7B Venus

📋 copy color: '#936F7B'

red 147 ◦ green 111 ◦ blue 123

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

Shades of Venus #936F7B

Tints of Venus #936F7B

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.13%

 BLUE value IS 123 (48.44% from 255) = 32.28%

R = 38.58%
G = 29.13%
B = 32.28%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#936F7B (or 0x936F7B) is known color: Venus. HEX triplet: 93, 6F and 7B. RGB value is (147,111,123). Sum of RGB (Red+Green+Blue) = 147+111+123=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 111 (43.75% from 255 or 29.13% from 381); Blue value is 123 (48.44% from 255 or 32.28% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #936F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936F7B is #6C9084. Grayscale: #7B7B7B. Windows color (decimal): -7114885 or 8089491. OLE color: 8089491.

HSL color Cylindrical-coordinate representation of color #936F7B: hue angle of 340º 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 #936F7B is Cyan = 0, Magento = 0.24, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 111 123 -
CMYK 0 0.24 0.16 0.42
HSL 340º 0.14% 0.51% -
HSV(B) 340º 0.24% 0.58% -
XYZ 21.29 19 21.28 -
YUV 123.13 127.93 145.02 -
System Red Green Blue C M Y K H S L
Decimal 147 111 123 0 0.24 0.16 0.42 340 0.14 0.51
Hex 93 6F 7B 0 18 10 2A 154 E 33
Octal 223 157 173 0 30 20 52 524 16 63
Binary 10010011 1101111 1111011 0 11000 10000 101010 101010100 1110 110011

Color Harmonies of #936F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936F7B

Black with #936F7B

Text Example


Text Example

White with #936F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936F7B; }

 p { color: rgb(147,111,123); }

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

background-color css

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

 a { background-color: rgb(147,111,123); }

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

border-color css

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

 span { border-color: rgb(147,111,123); }

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