Html Css Color HEX #9F5385 Strikemaster

📋 copy color: '#9F5385'

red 159 ◦ green 83 ◦ blue 133

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

Shades of Strikemaster #9F5385

Tints of Strikemaster #9F5385

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.13%

 BLUE value IS 133 (52.34% from 255) = 35.47%

R = 42.4%
G = 22.13%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F5385 (or 0x9F5385) is known color: Strikemaster. HEX triplet: 9F, 53 and 85. RGB value is (159,83,133). Sum of RGB (Red+Green+Blue) = 159+83+133=375 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.4% from 375); Green value is 83 (32.81% from 255 or 22.13% from 375); Blue value is 133 (52.34% from 255 or 35.47% from 375); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5385 is #60AC7A. Grayscale: #6F6F6F. Windows color (decimal): -6335611 or 8737695. OLE color: 8737695.

HSL color Cylindrical-coordinate representation of color #9F5385: hue angle of 320.53º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5385 is Cyan = 0, Magento = 0.48, Yellow = 0.16 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 83 133 -
CMYK 0 0.48 0.16 0.38
HSL 320.53º 0.31% 0.47% -
HSV(B) 320.53º 0.48% 0.62% -
XYZ 21.62 15.25 23.99 -
YUV 111.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 159 83 133 0 0.48 0.16 0.38 320.53 0.31 0.47
Hex 9F 53 85 0 30 10 26 141 1F 2F
Octal 237 123 205 0 60 20 46 501 37 57
Binary 10011111 1010011 10000101 0 110000 10000 100110 101000001 11111 101111

Color Harmonies of #9F5385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5385

Black with #9F5385

Text Example


Text Example

White with #9F5385

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,83,133); }

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

background-color css

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

 a { background-color: rgb(159,83,133); }

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

border-color css

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

 span { border-color: rgb(159,83,133); }

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