Html Css Color HEX #9F698A Strikemaster

📋 copy color: '#9F698A'

red 159 ◦ green 105 ◦ blue 138

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

Shades of Strikemaster #9F698A

Tints of Strikemaster #9F698A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 34.33%

R = 39.55%
G = 26.12%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9F698A (or 0x9F698A) is known color: Strikemaster. HEX triplet: 9F, 69 and 8A. RGB value is (159,105,138). Sum of RGB (Red+Green+Blue) = 159+105+138=402 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.55% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 138 (54.30% from 255 or 34.33% from 402); Max value from RGB is 159 - color contains mainly: red. Hex color #9F698A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F698A is #609675. Grayscale: #7C7C7C. Windows color (decimal): -6329974 or 9071007. OLE color: 9071007.

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

Color convert

RGB 159 105 138 -
CMYK 0 0.34 0.13 0.38
HSL 323.33º 0.22% 0.52% -
HSV(B) 323.33º 0.34% 0.62% -
XYZ 23.94 19.31 26.51 -
YUV 124.91 135.39 152.32 -
System Red Green Blue C M Y K H S L
Decimal 159 105 138 0 0.34 0.13 0.38 323.33 0.22 0.52
Hex 9F 69 8A 0 22 D 26 143 16 34
Octal 237 151 212 0 42 15 46 503 26 64
Binary 10011111 1101001 10001010 0 100010 1101 100110 101000011 10110 110100

Color Harmonies of #9F698A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F698A

Black with #9F698A

Text Example


Text Example

White with #9F698A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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