Html Css Color HEX #946F7B Venus

📋 copy color: '#946F7B'

red 148 ◦ green 111 ◦ blue 123

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

Shades of Venus #946F7B

Tints of Venus #946F7B

RGB

 RED value IS 148 (58.2% from 255) = 38.74%

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

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

R = 38.74%
G = 29.06%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#946F7B (or 0x946F7B) is known color: Venus. HEX triplet: 94, 6F and 7B. RGB value is (148,111,123). Sum of RGB (Red+Green+Blue) = 148+111+123=382 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.74% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 148 - color contains mainly: red. Hex color #946F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946F7B is #6B9084. Grayscale: #7B7B7B. Windows color (decimal): -7049349 or 8089492. OLE color: 8089492.

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

Color convert

RGB 148 111 123 -
CMYK 0 0.25 0.17 0.42
HSL 340.54º 0.15% 0.51% -
HSV(B) 340.54º 0.25% 0.58% -
XYZ 21.47 19.09 21.29 -
YUV 123.43 127.76 145.52 -
System Red Green Blue C M Y K H S L
Decimal 148 111 123 0 0.25 0.17 0.42 340.54 0.15 0.51
Hex 94 6F 7B 0 19 11 2A 155 F 33
Octal 224 157 173 0 31 21 52 525 17 63
Binary 10010100 1101111 1111011 0 11001 10001 101010 101010101 1111 110011

Color Harmonies of #946F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #946F7B

Black with #946F7B

Text Example


Text Example

White with #946F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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