Html Css Color HEX #9F6B83 Strikemaster

📋 copy color: '#9F6B83'

red 159 ◦ green 107 ◦ blue 131

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

Shades of Strikemaster #9F6B83

Tints of Strikemaster #9F6B83

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.95%

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

R = 40.05%
G = 26.95%
B = 33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9F6B83 (or 0x9F6B83) is known color: Strikemaster. HEX triplet: 9F, 6B and 83. RGB value is (159,107,131). Sum of RGB (Red+Green+Blue) = 159+107+131=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 107 (42.19% from 255 or 26.95% from 397); Blue value is 131 (51.56% from 255 or 33.00% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6B83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6B83 is #60947C. Grayscale: #7D7D7D. Windows color (decimal): -6329469 or 8612767. OLE color: 8612767.

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

Color convert

RGB 159 107 131 -
CMYK 0 0.33 0.18 0.38
HSL 332.31º 0.21% 0.52% -
HSV(B) 332.31º 0.33% 0.62% -
XYZ 23.65 19.53 23.99 -
YUV 125.28 131.23 152.05 -
System Red Green Blue C M Y K H S L
Decimal 159 107 131 0 0.33 0.18 0.38 332.31 0.21 0.52
Hex 9F 6B 83 0 21 12 26 14C 15 34
Octal 237 153 203 0 41 22 46 514 25 64
Binary 10011111 1101011 10000011 0 100001 10010 100110 101001100 10101 110100

Color Harmonies of #9F6B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6B83

Black with #9F6B83

Text Example


Text Example

White with #9F6B83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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