Html Css Color HEX #9A687E Strikemaster

📋 copy color: '#9A687E'

red 154 ◦ green 104 ◦ blue 126

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

Shades of Strikemaster #9A687E

Tints of Strikemaster #9A687E

RGB

 RED value IS 154 (60.55% from 255) = 40.1%

 GREEN value IS 104 (41.02% from 255) = 27.08%

 BLUE value IS 126 (49.61% from 255) = 32.81%

R = 40.1%
G = 27.08%
B = 32.81%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#9A687E (or 0x9A687E) is known color: Strikemaster. HEX triplet: 9A, 68 and 7E. RGB value is (154,104,126). Sum of RGB (Red+Green+Blue) = 154+104+126=384 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.10% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687E is #659781. Grayscale: #797979. Windows color (decimal): -6657922 or 8284314. OLE color: 8284314.

HSL color Cylindrical-coordinate representation of color #9A687E: hue angle of 333.6º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9A687E is Cyan = 0, Magento = 0.32, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 126 -
CMYK 0 0.32 0.18 0.40
HSL 333.6º 0.2% 0.51% -
HSV(B) 333.6º 0.32% 0.6% -
XYZ 22.04 18.28 22.1 -
YUV 121.46 130.57 151.21 -
System Red Green Blue C M Y K H S L
Decimal 154 104 126 0 0.32 0.18 0.40 333.6 0.2 0.51
Hex 9A 68 7E 0 20 12 28 14E 14 33
Octal 232 150 176 0 40 22 50 516 24 63
Binary 10011010 1101000 1111110 0 100000 10010 101000 101001110 10100 110011

Color Harmonies of #9A687E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A687E

Black with #9A687E

Text Example


Text Example

White with #9A687E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,104,126); }

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

background-color css

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

 a { background-color: rgb(154,104,126); }

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

border-color css

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

 span { border-color: rgb(154,104,126); }

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