Html Css Color HEX #9F6985 Strikemaster

📋 copy color: '#9F6985'

red 159 ◦ green 105 ◦ blue 133

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

Shades of Strikemaster #9F6985

Tints of Strikemaster #9F6985

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.45%

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

R = 40.05%
G = 26.45%
B = 33.5%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.16

 K value IS 0.38

RGB Variations

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

Color information

#9F6985 (or 0x9F6985) is known color: Strikemaster. HEX triplet: 9F, 69 and 85. RGB value is (159,105,133). Sum of RGB (Red+Green+Blue) = 159+105+133=397 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.05% from 397); Green value is 105 (41.41% from 255 or 26.45% from 397); Blue value is 133 (52.34% from 255 or 33.50% from 397); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6985 is #60967A. Grayscale: #7C7C7C. Windows color (decimal): -6329979 or 8743327. OLE color: 8743327.

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

Color convert

RGB 159 105 133 -
CMYK 0 0.34 0.16 0.38
HSL 328.89º 0.22% 0.52% -
HSV(B) 328.89º 0.34% 0.62% -
XYZ 23.58 19.17 24.65 -
YUV 124.34 132.89 152.72 -
System Red Green Blue C M Y K H S L
Decimal 159 105 133 0 0.34 0.16 0.38 328.89 0.22 0.52
Hex 9F 69 85 0 22 10 26 149 16 34
Octal 237 151 205 0 42 20 46 511 26 64
Binary 10011111 1101001 10000101 0 100010 10000 100110 101001001 10110 110100

Color Harmonies of #9F6985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F6985

Black with #9F6985

Text Example


Text Example

White with #9F6985

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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