Html Css Color HEX #9A6789 Strikemaster

📋 copy color: '#9A6789'

red 154 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #9A6789

Tints of Strikemaster #9A6789

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 39.09%
G = 26.14%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.40

RGB Variations

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

Color information

#9A6789 (or 0x9A6789) is known color: Strikemaster. HEX triplet: 9A, 67 and 89. RGB value is (154,103,137). Sum of RGB (Red+Green+Blue) = 154+103+137=394 (52% of max value = 765). Red value is 154 (60.55% from 255 or 39.09% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9A6789 is #659876. Grayscale: #7A7A7A. Windows color (decimal): -6658167 or 9004954. OLE color: 9004954.

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

Color convert

RGB 154 103 137 -
CMYK 0 0.33 0.11 0.40
HSL 320º 0.2% 0.5% -
HSV(B) 320º 0.33% 0.6% -
XYZ 22.69 18.38 26.02 -
YUV 122.13 136.4 150.74 -
System Red Green Blue C M Y K H S L
Decimal 154 103 137 0 0.33 0.11 0.40 320 0.2 0.5
Hex 9A 67 89 0 21 B 28 140 14 32
Octal 232 147 211 0 41 13 50 500 24 62
Binary 10011010 1100111 10001001 0 100001 1011 101000 101000000 10100 110010

Color Harmonies of #9A6789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9A6789

Black with #9A6789

Text Example


Text Example

White with #9A6789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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