Html Css Color HEX #9C7380 Venus

📋 copy color: '#9C7380'

red 156 ◦ green 115 ◦ blue 128

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

Shades of Venus #9C7380

Tints of Venus #9C7380

RGB

 RED value IS 156 (61.33% from 255) = 39.1%

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

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

R = 39.1%
G = 28.82%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.39

RGB Variations

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

Color information

#9C7380 (or 0x9C7380) is known color: Venus. HEX triplet: 9C, 73 and 80. RGB value is (156,115,128). Sum of RGB (Red+Green+Blue) = 156+115+128=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 115 (45.31% from 255 or 28.82% from 399); Blue value is 128 (50.39% from 255 or 32.08% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7380 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7380 is #638C7F. Grayscale: #808080. Windows color (decimal): -6524032 or 8418204. OLE color: 8418204.

HSL color Cylindrical-coordinate representation of color #9C7380: hue angle of 340.98º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9C7380 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.39.

Color convert

RGB 156 115 128 -
CMYK 0 0.26 0.18 0.39
HSL 340.98º 0.17% 0.53% -
HSV(B) 340.98º 0.26% 0.61% -
XYZ 23.74 20.89 23.2 -
YUV 128.74 127.58 147.44 -
System Red Green Blue C M Y K H S L
Decimal 156 115 128 0 0.26 0.18 0.39 340.98 0.17 0.53
Hex 9C 73 80 0 1A 12 27 155 11 35
Octal 234 163 200 0 32 22 47 525 21 65
Binary 10011100 1110011 10000000 0 11010 10010 100111 101010101 10001 110101

Color Harmonies of #9C7380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9C7380

Black with #9C7380

Text Example


Text Example

White with #9C7380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9C7380; }

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

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

background-color css

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

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

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

border-color css

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

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

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