Html Css Color HEX #9F6987 Strikemaster

📋 copy color: '#9F6987'

red 159 ◦ green 105 ◦ blue 135

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

Shades of Strikemaster #9F6987

Tints of Strikemaster #9F6987

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.32%

 BLUE value IS 135 (53.13% from 255) = 33.83%

R = 39.85%
G = 26.32%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F6987 (or 0x9F6987) is known color: Strikemaster. HEX triplet: 9F, 69 and 87. RGB value is (159,105,135). Sum of RGB (Red+Green+Blue) = 159+105+135=399 (52% of max value = 765). Red value is 159 (62.5% from 255 or 39.85% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6987 is #609678. Grayscale: #7C7C7C. Windows color (decimal): -6329977 or 8874399. OLE color: 8874399.

HSL color Cylindrical-coordinate representation of color #9F6987: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9F6987 is Cyan = 0, Magento = 0.34, Yellow = 0.15 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 135 -
CMYK 0 0.34 0.15 0.38
HSL 326.67º 0.22% 0.52% -
HSV(B) 326.67º 0.34% 0.62% -
XYZ 23.72 19.22 25.38 -
YUV 124.57 133.89 152.56 -
System Red Green Blue C M Y K H S L
Decimal 159 105 135 0 0.34 0.15 0.38 326.67 0.22 0.52
Hex 9F 69 87 0 22 F 26 147 16 34
Octal 237 151 207 0 42 17 46 507 26 64
Binary 10011111 1101001 10000111 0 100010 1111 100110 101000111 10110 110100

Color Harmonies of #9F6987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6987

Black with #9F6987

Text Example


Text Example

White with #9F6987

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,105,135); }

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

background-color css

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

 a { background-color: rgb(159,105,135); }

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

border-color css

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

 span { border-color: rgb(159,105,135); }

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