Html Css Color HEX #9F4B88 Strikemaster

📋 copy color: '#9F4B88'

red 159 ◦ green 75 ◦ blue 136

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

Shades of Strikemaster #9F4B88

Tints of Strikemaster #9F4B88

RGB

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

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

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

R = 42.97%
G = 20.27%
B = 36.76%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F4B88 (or 0x9F4B88) is known color: Strikemaster. HEX triplet: 9F, 4B and 88. RGB value is (159,75,136). Sum of RGB (Red+Green+Blue) = 159+75+136=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 75 (29.69% from 255 or 20.27% from 370); Blue value is 136 (53.52% from 255 or 36.76% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B88 is #60B477. Grayscale: #6A6A6A. Windows color (decimal): -6337656 or 8932255. OLE color: 8932255.

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

Color convert

RGB 159 75 136 -
CMYK 0 0.53 0.14 0.38
HSL 316.43º 0.36% 0.46% -
HSV(B) 316.43º 0.53% 0.62% -
XYZ 21.26 14.18 24.91 -
YUV 107.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 159 75 136 0 0.53 0.14 0.38 316.43 0.36 0.46
Hex 9F 4B 88 0 35 E 26 13C 24 2E
Octal 237 113 210 0 65 16 46 474 44 56
Binary 10011111 1001011 10001000 0 110101 1110 100110 100111100 100100 101110

Color Harmonies of #9F4B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F4B88

Black with #9F4B88

Text Example


Text Example

White with #9F4B88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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