Html Css Color HEX #9F698C Strikemaster

📋 copy color: '#9F698C'

red 159 ◦ green 105 ◦ blue 140

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

Shades of Strikemaster #9F698C

Tints of Strikemaster #9F698C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 39.36%
G = 25.99%
B = 34.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9F698C (or 0x9F698C) is known color: Strikemaster. HEX triplet: 9F, 69 and 8C. RGB value is (159,105,140). Sum of RGB (Red+Green+Blue) = 159+105+140=404 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.36% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 159 - color contains mainly: red. Hex color #9F698C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F698C is #609673. Grayscale: #7D7D7D. Windows color (decimal): -6329972 or 9202079. OLE color: 9202079.

HSL color Cylindrical-coordinate representation of color #9F698C: hue angle of 321.11º 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 #9F698C is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 105 140 -
CMYK 0 0.34 0.12 0.38
HSL 321.11º 0.22% 0.52% -
HSV(B) 321.11º 0.34% 0.62% -
XYZ 24.08 19.37 27.28 -
YUV 125.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 159 105 140 0 0.34 0.12 0.38 321.11 0.22 0.52
Hex 9F 69 8C 0 22 C 26 141 16 34
Octal 237 151 214 0 42 14 46 501 26 64
Binary 10011111 1101001 10001100 0 100010 1100 100110 101000001 10110 110100

Color Harmonies of #9F698C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F698C

Black with #9F698C

Text Example


Text Example

White with #9F698C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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