Html Css Color HEX #9F5184 Strikemaster

📋 copy color: '#9F5184'

red 159 ◦ green 81 ◦ blue 132

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

Shades of Strikemaster #9F5184

Tints of Strikemaster #9F5184

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.77%

 BLUE value IS 132 (51.95% from 255) = 35.48%

R = 42.74%
G = 21.77%
B = 35.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F5184 (or 0x9F5184) is known color: Strikemaster. HEX triplet: 9F, 51 and 84. RGB value is (159,81,132). Sum of RGB (Red+Green+Blue) = 159+81+132=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 132 (51.95% from 255 or 35.48% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5184 is #60AE7B. Grayscale: #6E6E6E. Windows color (decimal): -6336124 or 8671647. OLE color: 8671647.

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

Color convert

RGB 159 81 132 -
CMYK 0 0.49 0.17 0.38
HSL 320.77º 0.33% 0.47% -
HSV(B) 320.77º 0.49% 0.62% -
XYZ 21.41 14.92 23.58 -
YUV 110.14 140.34 162.85 -
System Red Green Blue C M Y K H S L
Decimal 159 81 132 0 0.49 0.17 0.38 320.77 0.33 0.47
Hex 9F 51 84 0 31 11 26 141 20 2F
Octal 237 121 204 0 61 21 46 501 40 57
Binary 10011111 1010001 10000100 0 110001 10001 100110 101000001 100000 101111

Color Harmonies of #9F5184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5184

Black with #9F5184

Text Example


Text Example

White with #9F5184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,132); }

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

background-color css

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

 a { background-color: rgb(159,81,132); }

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

border-color css

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

 span { border-color: rgb(159,81,132); }

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