Html Css Color HEX #9A677D Strikemaster

📋 copy color: '#9A677D'

red 154 ◦ green 103 ◦ blue 125

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

Shades of Strikemaster #9A677D

Tints of Strikemaster #9A677D

RGB

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

 GREEN value IS 103 (40.63% from 255) = 26.96%

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

R = 40.31%
G = 26.96%
B = 32.72%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.40

RGB Variations

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

Color information

#9A677D (or 0x9A677D) is known color: Strikemaster. HEX triplet: 9A, 67 and 7D. RGB value is (154,103,125). Sum of RGB (Red+Green+Blue) = 154+103+125=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A677D is #659882. Grayscale: #787878. Windows color (decimal): -6658179 or 8218522. OLE color: 8218522.

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

Color convert

RGB 154 103 125 -
CMYK 0 0.33 0.19 0.40
HSL 334.12º 0.2% 0.5% -
HSV(B) 334.12º 0.33% 0.6% -
XYZ 21.88 18.05 21.73 -
YUV 120.76 130.4 151.71 -
System Red Green Blue C M Y K H S L
Decimal 154 103 125 0 0.33 0.19 0.40 334.12 0.2 0.5
Hex 9A 67 7D 0 21 13 28 14E 14 32
Octal 232 147 175 0 41 23 50 516 24 62
Binary 10011010 1100111 1111101 0 100001 10011 101000 101001110 10100 110010

Color Harmonies of #9A677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A677D

Black with #9A677D

Text Example


Text Example

White with #9A677D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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