Html Css Color HEX #9F6589 Strikemaster

📋 copy color: '#9F6589'

red 159 ◦ green 101 ◦ blue 137

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

Shades of Strikemaster #9F6589

Tints of Strikemaster #9F6589

RGB

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

 GREEN value IS 101 (39.84% from 255) = 25.44%

 BLUE value IS 137 (53.91% from 255) = 34.51%

R = 40.05%
G = 25.44%
B = 34.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.14

 K value IS 0.38

RGB Variations

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

Color information

#9F6589 (or 0x9F6589) is known color: Strikemaster. HEX triplet: 9F, 65 and 89. RGB value is (159,101,137). Sum of RGB (Red+Green+Blue) = 159+101+137=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 137 (53.91% from 255 or 34.51% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6589 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6589 is #609A76. Grayscale: #7A7A7A. Windows color (decimal): -6330999 or 9004447. OLE color: 9004447.

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

Color convert

RGB 159 101 137 -
CMYK 0 0.36 0.14 0.38
HSL 322.76º 0.23% 0.51% -
HSV(B) 322.76º 0.36% 0.62% -
XYZ 23.47 18.48 26 -
YUV 122.45 136.22 154.07 -
System Red Green Blue C M Y K H S L
Decimal 159 101 137 0 0.36 0.14 0.38 322.76 0.23 0.51
Hex 9F 65 89 0 24 E 26 143 17 33
Octal 237 145 211 0 44 16 46 503 27 63
Binary 10011111 1100101 10001001 0 100100 1110 100110 101000011 10111 110011

Color Harmonies of #9F6589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6589

Black with #9F6589

Text Example


Text Example

White with #9F6589

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,101,137); }

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

background-color css

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

 a { background-color: rgb(159,101,137); }

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

border-color css

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

 span { border-color: rgb(159,101,137); }

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