Html Css Color HEX #966F7B Venus

📋 copy color: '#966F7B'

red 150 ◦ green 111 ◦ blue 123

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

Shades of Venus #966F7B

Tints of Venus #966F7B

RGB

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

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

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

R = 39.06%
G = 28.91%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#966F7B (or 0x966F7B) is known color: Venus. HEX triplet: 96, 6F and 7B. RGB value is (150,111,123). Sum of RGB (Red+Green+Blue) = 150+111+123=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 111 (43.75% from 255 or 28.91% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966F7B is #699084. Grayscale: #7C7C7C. Windows color (decimal): -6918277 or 8089494. OLE color: 8089494.

HSL color Cylindrical-coordinate representation of color #966F7B: hue angle of 341.54º 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 #966F7B is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 111 123 -
CMYK 0 0.26 0.18 0.41
HSL 341.54º 0.16% 0.51% -
HSV(B) 341.54º 0.26% 0.59% -
XYZ 21.84 19.28 21.31 -
YUV 124.03 127.42 146.52 -
System Red Green Blue C M Y K H S L
Decimal 150 111 123 0 0.26 0.18 0.41 341.54 0.16 0.51
Hex 96 6F 7B 0 1A 12 29 156 10 33
Octal 226 157 173 0 32 22 51 526 20 63
Binary 10010110 1101111 1111011 0 11010 10010 101001 101010110 10000 110011

Color Harmonies of #966F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966F7B

Black with #966F7B

Text Example


Text Example

White with #966F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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