Html Css Color HEX #9F5488 Strikemaster

📋 copy color: '#9F5488'

red 159 ◦ green 84 ◦ blue 136

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

Shades of Strikemaster #9F5488

Tints of Strikemaster #9F5488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 35.88%

R = 41.95%
G = 22.16%
B = 35.88%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F5488 (or 0x9F5488) is known color: Strikemaster. HEX triplet: 9F, 54 and 88. RGB value is (159,84,136). Sum of RGB (Red+Green+Blue) = 159+84+136=379 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.95% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 136 (53.52% from 255 or 35.88% from 379); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5488 is #60AB77. Grayscale: #707070. Windows color (decimal): -6335352 or 8934559. OLE color: 8934559.

HSL color Cylindrical-coordinate representation of color #9F5488: hue angle of 318.4º 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 #9F5488 is Cyan = 0, Magento = 0.47, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 84 136 -
CMYK 0 0.47 0.14 0.38
HSL 318.4º 0.31% 0.48% -
HSV(B) 318.4º 0.47% 0.62% -
XYZ 21.91 15.49 25.13 -
YUV 112.35 141.35 161.27 -
System Red Green Blue C M Y K H S L
Decimal 159 84 136 0 0.47 0.14 0.38 318.4 0.31 0.48
Hex 9F 54 88 0 2F E 26 13E 1F 30
Octal 237 124 210 0 57 16 46 476 37 60
Binary 10011111 1010100 10001000 0 101111 1110 100110 100111110 11111 110000

Color Harmonies of #9F5488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5488

Black with #9F5488

Text Example


Text Example

White with #9F5488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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