Html Css Color HEX #9F7284 Strikemaster

📋 copy color: '#9F7284'

red 159 ◦ green 114 ◦ blue 132

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

Shades of Strikemaster #9F7284

Tints of Strikemaster #9F7284

RGB

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

 GREEN value IS 114 (44.92% from 255) = 28.15%

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

R = 39.26%
G = 28.15%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.38

RGB Variations

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

Color information

#9F7284 (or 0x9F7284) is known color: Strikemaster. HEX triplet: 9F, 72 and 84. RGB value is (159,114,132). Sum of RGB (Red+Green+Blue) = 159+114+132=405 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.26% from 405); Green value is 114 (44.92% from 255 or 28.15% from 405); Blue value is 132 (51.95% from 255 or 32.59% from 405); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7284 is #608D7B. Grayscale: #818181. Windows color (decimal): -6327676 or 8680095. OLE color: 8680095.

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

Color convert

RGB 159 114 132 -
CMYK 0 0.28 0.17 0.38
HSL 336º 0.19% 0.54% -
HSV(B) 336º 0.28% 0.62% -
XYZ 24.48 21.07 24.61 -
YUV 129.51 129.41 149.04 -
System Red Green Blue C M Y K H S L
Decimal 159 114 132 0 0.28 0.17 0.38 336 0.19 0.54
Hex 9F 72 84 0 1C 11 26 150 13 36
Octal 237 162 204 0 34 21 46 520 23 66
Binary 10011111 1110010 10000100 0 11100 10001 100110 101010000 10011 110110

Color Harmonies of #9F7284

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F7284

Black with #9F7284

Text Example


Text Example

White with #9F7284

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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