Html Css Color HEX #8F7581 Venus

📋 copy color: '#8F7581'

red 143 ◦ green 117 ◦ blue 129

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

Shades of Venus #8F7581

Tints of Venus #8F7581

RGB

 RED value IS 143 (56.25% from 255) = 36.76%

 GREEN value IS 117 (46.09% from 255) = 30.08%

 BLUE value IS 129 (50.78% from 255) = 33.16%

R = 36.76%
G = 30.08%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F7581 (or 0x8F7581) is known color: Venus. HEX triplet: 8F, 75 and 81. RGB value is (143,117,129). Sum of RGB (Red+Green+Blue) = 143+117+129=389 (51% of max value = 765). Red value is 143 (56.25% from 255 or 36.76% from 389); Green value is 117 (46.09% from 255 or 30.08% from 389); Blue value is 129 (50.78% from 255 or 33.16% from 389); Max value from RGB is 143 - color contains mainly: red. Hex color #8F7581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8F7581 is #708A7E. Grayscale: #7E7E7E. Windows color (decimal): -7375487 or 8484239. OLE color: 8484239.

HSL color Cylindrical-coordinate representation of color #8F7581: hue angle of 332.31º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #8F7581 is Cyan = 0, Magento = 0.18, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 117 129 -
CMYK 0 0.18 0.10 0.44
HSL 332.31º 0.1% 0.51% -
HSV(B) 332.31º 0.18% 0.56% -
XYZ 21.65 20.15 23.52 -
YUV 126.14 129.61 140.02 -
System Red Green Blue C M Y K H S L
Decimal 143 117 129 0 0.18 0.10 0.44 332.31 0.1 0.51
Hex 8F 75 81 0 12 A 2C 14C A 33
Octal 217 165 201 0 22 12 54 514 12 63
Binary 10001111 1110101 10000001 0 10010 1010 101100 101001100 1010 110011

Color Harmonies of #8F7581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F7581

Black with #8F7581

Text Example


Text Example

White with #8F7581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8F7581; }

 p { color: rgb(143,117,129); }

 H1.HeaderClassName
 {
   color: #8F7581;
 }
 .AnyTagClassName
 {
   color: #8F7581;
 }
</style>

background-color css

<style>
 a { background-color: #8F7581; }

 a { background-color: rgb(143,117,129); }

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

border-color css

<style>
 span { border-color: #8F7581; }

 span { border-color: rgb(143,117,129); }

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