Html Css Color HEX #9A7386 Strikemaster

📋 copy color: '#9A7386'

red 154 ◦ green 115 ◦ blue 134

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

Shades of Strikemaster #9A7386

Tints of Strikemaster #9A7386

RGB

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

 GREEN value IS 115 (45.31% from 255) = 28.54%

 BLUE value IS 134 (52.73% from 255) = 33.25%

R = 38.21%
G = 28.54%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.40

RGB Variations

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

Color information

#9A7386 (or 0x9A7386) is known color: Strikemaster. HEX triplet: 9A, 73 and 86. RGB value is (154,115,134). Sum of RGB (Red+Green+Blue) = 154+115+134=403 (53% of max value = 765). Red value is 154 (60.55% from 255 or 38.21% from 403); Green value is 115 (45.31% from 255 or 28.54% from 403); Blue value is 134 (52.73% from 255 or 33.25% from 403); Max value from RGB is 154 - color contains mainly: red. Hex color #9A7386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A7386 is #658C79. Grayscale: #808080. Windows color (decimal): -6655098 or 8811418. OLE color: 8811418.

HSL color Cylindrical-coordinate representation of color #9A7386: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9A7386 is Cyan = 0, Magento = 0.25, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB 154 115 134 -
CMYK 0 0.25 0.13 0.40
HSL 330.77º 0.16% 0.53% -
HSV(B) 330.77º 0.25% 0.6% -
XYZ 23.76 20.85 25.33 -
YUV 128.83 130.92 145.96 -
System Red Green Blue C M Y K H S L
Decimal 154 115 134 0 0.25 0.13 0.40 330.77 0.16 0.53
Hex 9A 73 86 0 19 D 28 14B 10 35
Octal 232 163 206 0 31 15 50 513 20 65
Binary 10011010 1110011 10000110 0 11001 1101 101000 101001011 10000 110101

Color Harmonies of #9A7386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A7386

Black with #9A7386

Text Example


Text Example

White with #9A7386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,115,134); }

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

background-color css

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

 a { background-color: rgb(154,115,134); }

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

border-color css

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

 span { border-color: rgb(154,115,134); }

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