Html Css Color HEX #9F5088 Strikemaster

📋 copy color: '#9F5088'

red 159 ◦ green 80 ◦ blue 136

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

Shades of Strikemaster #9F5088

Tints of Strikemaster #9F5088

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.33%

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

R = 42.4%
G = 21.33%
B = 36.27%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F5088 (or 0x9F5088) is known color: Strikemaster. HEX triplet: 9F, 50 and 88. RGB value is (159,80,136). Sum of RGB (Red+Green+Blue) = 159+80+136=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 80 (31.64% from 255 or 21.33% from 375); Blue value is 136 (53.52% from 255 or 36.27% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5088 is #60AF77. Grayscale: #6D6D6D. Windows color (decimal): -6336376 or 8933535. OLE color: 8933535.

HSL color Cylindrical-coordinate representation of color #9F5088: hue angle of 317.47º degrees, saturation: 0.33, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F5088 is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 80 136 -
CMYK 0 0.50 0.14 0.38
HSL 317.47º 0.33% 0.47% -
HSV(B) 317.47º 0.5% 0.62% -
XYZ 21.61 14.89 25.03 -
YUV 110.01 142.67 162.95 -
System Red Green Blue C M Y K H S L
Decimal 159 80 136 0 0.50 0.14 0.38 317.47 0.33 0.47
Hex 9F 50 88 0 32 E 26 13D 21 2F
Octal 237 120 210 0 62 16 46 475 41 57
Binary 10011111 1010000 10001000 0 110010 1110 100110 100111101 100001 101111

Color Harmonies of #9F5088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5088

Black with #9F5088

Text Example


Text Example

White with #9F5088

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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