Html Css Color HEX #9F5183 Strikemaster

📋 copy color: '#9F5183'

red 159 ◦ green 81 ◦ blue 131

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

Shades of Strikemaster #9F5183

Tints of Strikemaster #9F5183

RGB

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

 GREEN value IS 81 (32.03% from 255) = 21.83%

 BLUE value IS 131 (51.56% from 255) = 35.31%

R = 42.86%
G = 21.83%
B = 35.31%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F5183 (or 0x9F5183) is known color: Strikemaster. HEX triplet: 9F, 51 and 83. RGB value is (159,81,131). Sum of RGB (Red+Green+Blue) = 159+81+131=371 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.86% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 131 (51.56% from 255 or 35.31% from 371); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5183 is #60AE7C. Grayscale: #6D6D6D. Windows color (decimal): -6336125 or 8606111. OLE color: 8606111.

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

Color convert

RGB 159 81 131 -
CMYK 0 0.49 0.18 0.38
HSL 321.54º 0.33% 0.47% -
HSV(B) 321.54º 0.49% 0.62% -
XYZ 21.34 14.89 23.22 -
YUV 110.02 139.84 162.93 -
System Red Green Blue C M Y K H S L
Decimal 159 81 131 0 0.49 0.18 0.38 321.54 0.33 0.47
Hex 9F 51 83 0 31 12 26 142 20 2F
Octal 237 121 203 0 61 22 46 502 40 57
Binary 10011111 1010001 10000011 0 110001 10010 100110 101000010 100000 101111

Color Harmonies of #9F5183

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5183

Black with #9F5183

Text Example


Text Example

White with #9F5183

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,81,131); }

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

background-color css

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

 a { background-color: rgb(159,81,131); }

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

border-color css

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

 span { border-color: rgb(159,81,131); }

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