Html Css Color HEX #8F4B78 Strikemaster

📋 copy color: '#8F4B78'

red 143 ◦ green 75 ◦ blue 120

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

Shades of Strikemaster #8F4B78

Tints of Strikemaster #8F4B78

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.19%

 BLUE value IS 120 (47.27% from 255) = 35.5%

R = 42.31%
G = 22.19%
B = 35.5%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.44

RGB Variations

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

Color information

#8F4B78 (or 0x8F4B78) is known color: Strikemaster. HEX triplet: 8F, 4B and 78. RGB value is (143,75,120). Sum of RGB (Red+Green+Blue) = 143+75+120=338 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.31% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 120 (47.27% from 255 or 35.50% from 338); Max value from RGB is 143 - color contains mainly: red. Hex color #8F4B78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F4B78 is #70B487. Grayscale: #646464. Windows color (decimal): -7386248 or 7883663. OLE color: 7883663.

HSL color Cylindrical-coordinate representation of color #8F4B78: hue angle of 320.29º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8F4B78 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 75 120 -
CMYK 0 0.48 0.16 0.44
HSL 320.29º 0.31% 0.43% -
HSV(B) 320.29º 0.48% 0.56% -
XYZ 17.23 12.23 19.22 -
YUV 100.46 139.03 158.34 -
System Red Green Blue C M Y K H S L
Decimal 143 75 120 0 0.48 0.16 0.44 320.29 0.31 0.43
Hex 8F 4B 78 0 30 10 2C 140 1F 2B
Octal 217 113 170 0 60 20 54 500 37 53
Binary 10001111 1001011 1111000 0 110000 10000 101100 101000000 11111 101011

Color Harmonies of #8F4B78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F4B78

Black with #8F4B78

Text Example


Text Example

White with #8F4B78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,75,120); }

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

background-color css

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

 a { background-color: rgb(143,75,120); }

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

border-color css

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

 span { border-color: rgb(143,75,120); }

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