Html Css Color HEX #966F7C Venus

📋 copy color: '#966F7C'

red 150 ◦ green 111 ◦ blue 124

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

Shades of Venus #966F7C

Tints of Venus #966F7C

RGB

 RED value IS 150 (58.98% from 255) = 38.96%

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

 BLUE value IS 124 (48.83% from 255) = 32.21%

R = 38.96%
G = 28.83%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#966F7C (or 0x966F7C) is known color: Venus. HEX triplet: 96, 6F and 7C. RGB value is (150,111,124). Sum of RGB (Red+Green+Blue) = 150+111+124=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 111 (43.75% from 255 or 28.83% from 385); Blue value is 124 (48.83% from 255 or 32.21% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7C is #699083. Grayscale: #7C7C7C. Windows color (decimal): -6918276 or 8155030. OLE color: 8155030.

HSL color Cylindrical-coordinate representation of color #966F7C: hue angle of 340º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F7C is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 124 -
CMYK 0 0.26 0.17 0.41
HSL 340º 0.16% 0.51% -
HSV(B) 340º 0.26% 0.59% -
XYZ 21.9 19.31 21.64 -
YUV 124.14 127.92 146.44 -
System Red Green Blue C M Y K H S L
Decimal 150 111 124 0 0.26 0.17 0.41 340 0.16 0.51
Hex 96 6F 7C 0 1A 11 29 154 10 33
Octal 226 157 174 0 32 21 51 524 20 63
Binary 10010110 1101111 1111100 0 11010 10001 101001 101010100 10000 110011

Color Harmonies of #966F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F7C

Black with #966F7C

Text Example


Text Example

White with #966F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966F7C; }

 p { color: rgb(150,111,124); }

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

background-color css

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

 a { background-color: rgb(150,111,124); }

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

border-color css

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

 span { border-color: rgb(150,111,124); }

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