Html Css Color HEX #9F6387 Strikemaster

📋 copy color: '#9F6387'

red 159 ◦ green 99 ◦ blue 135

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

Shades of Strikemaster #9F6387

Tints of Strikemaster #9F6387

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.19%

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

R = 40.46%
G = 25.19%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9F6387 (or 0x9F6387) is known color: Strikemaster. HEX triplet: 9F, 63 and 87. RGB value is (159,99,135). Sum of RGB (Red+Green+Blue) = 159+99+135=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 135 (53.12% from 255 or 34.35% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6387 is #609C78. Grayscale: #787878. Windows color (decimal): -6331513 or 8872863. OLE color: 8872863.

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

Color convert

RGB 159 99 135 -
CMYK 0 0.38 0.15 0.38
HSL 324º 0.24% 0.51% -
HSV(B) 324º 0.38% 0.62% -
XYZ 23.13 18.04 25.19 -
YUV 121.04 135.88 155.07 -
System Red Green Blue C M Y K H S L
Decimal 159 99 135 0 0.38 0.15 0.38 324 0.24 0.51
Hex 9F 63 87 0 26 F 26 144 18 33
Octal 237 143 207 0 46 17 46 504 30 63
Binary 10011111 1100011 10000111 0 100110 1111 100110 101000100 11000 110011

Color Harmonies of #9F6387

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6387

Black with #9F6387

Text Example


Text Example

White with #9F6387

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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