Html Css Color HEX #9F6483 Strikemaster

📋 copy color: '#9F6483'

red 159 ◦ green 100 ◦ blue 131

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

Shades of Strikemaster #9F6483

Tints of Strikemaster #9F6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 25.64%

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

R = 40.77%
G = 25.64%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F6483 (or 0x9F6483) is known color: Strikemaster. HEX triplet: 9F, 64 and 83. RGB value is (159,100,131). Sum of RGB (Red+Green+Blue) = 159+100+131=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 100 (39.45% from 255 or 25.64% from 390); Blue value is 131 (51.56% from 255 or 33.59% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6483 is #609B7C. Grayscale: #797979. Windows color (decimal): -6331261 or 8610975. OLE color: 8610975.

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

Color convert

RGB 159 100 131 -
CMYK 0 0.37 0.18 0.38
HSL 328.47º 0.24% 0.51% -
HSV(B) 328.47º 0.37% 0.62% -
XYZ 22.95 18.12 23.76 -
YUV 121.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 159 100 131 0 0.37 0.18 0.38 328.47 0.24 0.51
Hex 9F 64 83 0 25 12 26 148 18 33
Octal 237 144 203 0 45 22 46 510 30 63
Binary 10011111 1100100 10000011 0 100101 10010 100110 101001000 11000 110011

Color Harmonies of #9F6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6483

Black with #9F6483

Text Example


Text Example

White with #9F6483

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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