Html Css Color HEX #9A687D Strikemaster

📋 copy color: '#9A687D'

red 154 ◦ green 104 ◦ blue 125

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

Shades of Strikemaster #9A687D

Tints of Strikemaster #9A687D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 32.64%

R = 40.21%
G = 27.15%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A687D (or 0x9A687D) is known color: Strikemaster. HEX triplet: 9A, 68 and 7D. RGB value is (154,104,125). Sum of RGB (Red+Green+Blue) = 154+104+125=383 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.21% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 154 - color contains mainly: red. Hex color #9A687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A687D is #659782. Grayscale: #797979. Windows color (decimal): -6657923 or 8218778. OLE color: 8218778.

HSL color Cylindrical-coordinate representation of color #9A687D: hue angle of 334.8º 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 #9A687D is Cyan = 0, Magento = 0.32, Yellow = 0.19 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 104 125 -
CMYK 0 0.32 0.19 0.40
HSL 334.8º 0.2% 0.51% -
HSV(B) 334.8º 0.32% 0.6% -
XYZ 21.98 18.25 21.77 -
YUV 121.34 130.07 151.29 -
System Red Green Blue C M Y K H S L
Decimal 154 104 125 0 0.32 0.19 0.40 334.8 0.2 0.51
Hex 9A 68 7D 0 20 13 28 14F 14 33
Octal 232 150 175 0 40 23 50 517 24 63
Binary 10011010 1101000 1111101 0 100000 10011 101000 101001111 10100 110011

Color Harmonies of #9A687D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A687D

Black with #9A687D

Text Example


Text Example

White with #9A687D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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