Html Css Color HEX #9A6A82 Strikemaster

📋 copy color: '#9A6A82'

red 154 ◦ green 106 ◦ blue 130

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

Shades of Strikemaster #9A6A82

Tints of Strikemaster #9A6A82

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 130 (51.17% from 255) = 33.33%

R = 39.49%
G = 27.18%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.16

 K value IS 0.40

RGB Variations

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

Color information

#9A6A82 (or 0x9A6A82) is known color: Strikemaster. HEX triplet: 9A, 6A and 82. RGB value is (154,106,130). Sum of RGB (Red+Green+Blue) = 154+106+130=390 (51% of max value = 765). Red value is 154 (60.55% from 255 or 39.49% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6A82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6A82 is #65957D. Grayscale: #7B7B7B. Windows color (decimal): -6657406 or 8546970. OLE color: 8546970.

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

Color convert

RGB 154 106 130 -
CMYK 0 0.31 0.16 0.40
HSL 330º 0.19% 0.51% -
HSV(B) 330º 0.31% 0.6% -
XYZ 22.51 18.79 23.56 -
YUV 123.09 131.9 150.05 -
System Red Green Blue C M Y K H S L
Decimal 154 106 130 0 0.31 0.16 0.40 330 0.19 0.51
Hex 9A 6A 82 0 1F 10 28 14A 13 33
Octal 232 152 202 0 37 20 50 512 23 63
Binary 10011010 1101010 10000010 0 11111 10000 101000 101001010 10011 110011

Color Harmonies of #9A6A82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6A82

Black with #9A6A82

Text Example


Text Example

White with #9A6A82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,106,130); }

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

background-color css

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

 a { background-color: rgb(154,106,130); }

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

border-color css

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

 span { border-color: rgb(154,106,130); }

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