Html Css Color HEX #9F4B81 Strikemaster

📋 copy color: '#9F4B81'

red 159 ◦ green 75 ◦ blue 129

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

Shades of Strikemaster #9F4B81

Tints of Strikemaster #9F4B81

RGB

 RED value IS 159 (62.5% from 255) = 43.8%

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

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

R = 43.8%
G = 20.66%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F4B81 (or 0x9F4B81) is known color: Strikemaster. HEX triplet: 9F, 4B and 81. RGB value is (159,75,129). Sum of RGB (Red+Green+Blue) = 159+75+129=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 75 (29.69% from 255 or 20.66% from 363); Blue value is 129 (50.78% from 255 or 35.54% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B81 is #60B47E. Grayscale: #6A6A6A. Windows color (decimal): -6337663 or 8473503. OLE color: 8473503.

HSL color Cylindrical-coordinate representation of color #9F4B81: hue angle of 321.43º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4B81 is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 75 129 -
CMYK 0 0.53 0.19 0.38
HSL 321.43º 0.36% 0.46% -
HSV(B) 321.43º 0.53% 0.62% -
XYZ 20.78 13.99 22.37 -
YUV 106.27 140.83 165.61 -
System Red Green Blue C M Y K H S L
Decimal 159 75 129 0 0.53 0.19 0.38 321.43 0.36 0.46
Hex 9F 4B 81 0 35 13 26 141 24 2E
Octal 237 113 201 0 65 23 46 501 44 56
Binary 10011111 1001011 10000001 0 110101 10011 100110 101000001 100100 101110

Color Harmonies of #9F4B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B81

Black with #9F4B81

Text Example


Text Example

White with #9F4B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F4B81; }

 p { color: rgb(159,75,129); }

 H1.HeaderClassName
 {
   color: #9F4B81;
 }
 .AnyTagClassName
 {
   color: #9F4B81;
 }
</style>

background-color css

<style>
 a { background-color: #9F4B81; }

 a { background-color: rgb(159,75,129); }

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

border-color css

<style>
 span { border-color: #9F4B81; }

 span { border-color: rgb(159,75,129); }

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