Html Css Color HEX #9F6783 Strikemaster

📋 copy color: '#9F6783'

red 159 ◦ green 103 ◦ blue 131

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

Shades of Strikemaster #9F6783

Tints of Strikemaster #9F6783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.21%

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

R = 40.46%
G = 26.21%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F6783 (or 0x9F6783) is known color: Strikemaster. HEX triplet: 9F, 67 and 83. RGB value is (159,103,131). Sum of RGB (Red+Green+Blue) = 159+103+131=393 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.46% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 131 (51.56% from 255 or 33.33% from 393); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6783 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6783 is #60987C. Grayscale: #7A7A7A. Windows color (decimal): -6330493 or 8611743. OLE color: 8611743.

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

Color convert

RGB 159 103 131 -
CMYK 0 0.35 0.18 0.38
HSL 330º 0.23% 0.51% -
HSV(B) 330º 0.35% 0.62% -
XYZ 23.25 18.71 23.86 -
YUV 122.94 132.55 153.72 -
System Red Green Blue C M Y K H S L
Decimal 159 103 131 0 0.35 0.18 0.38 330 0.23 0.51
Hex 9F 67 83 0 23 12 26 14A 17 33
Octal 237 147 203 0 43 22 46 512 27 63
Binary 10011111 1100111 10000011 0 100011 10010 100110 101001010 10111 110011

Color Harmonies of #9F6783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6783

Black with #9F6783

Text Example


Text Example

White with #9F6783

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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