Html Css Color HEX #9F5481 Strikemaster

📋 copy color: '#9F5481'

red 159 ◦ green 84 ◦ blue 129

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

Shades of Strikemaster #9F5481

Tints of Strikemaster #9F5481

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.58%

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

R = 42.74%
G = 22.58%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9F5481 (or 0x9F5481) is known color: Strikemaster. HEX triplet: 9F, 54 and 81. RGB value is (159,84,129). Sum of RGB (Red+Green+Blue) = 159+84+129=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 84 (33.20% from 255 or 22.58% from 372); Blue value is 129 (50.78% from 255 or 34.68% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5481 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5481 is #60AB7E. Grayscale: #6F6F6F. Windows color (decimal): -6335359 or 8475807. OLE color: 8475807.

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

Color convert

RGB 159 84 129 -
CMYK 0 0.47 0.19 0.38
HSL 324º 0.31% 0.48% -
HSV(B) 324º 0.47% 0.62% -
XYZ 21.43 15.3 22.59 -
YUV 111.56 137.85 161.84 -
System Red Green Blue C M Y K H S L
Decimal 159 84 129 0 0.47 0.19 0.38 324 0.31 0.48
Hex 9F 54 81 0 2F 13 26 144 1F 30
Octal 237 124 201 0 57 23 46 504 37 60
Binary 10011111 1010100 10000001 0 101111 10011 100110 101000100 11111 110000

Color Harmonies of #9F5481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5481

Black with #9F5481

Text Example


Text Example

White with #9F5481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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