Html Css Color HEX #9E6789 Strikemaster

📋 copy color: '#9E6789'

red 158 ◦ green 103 ◦ blue 137

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

Shades of Strikemaster #9E6789

Tints of Strikemaster #9E6789

RGB

 RED value IS 158 (62.11% from 255) = 39.7%

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

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

R = 39.7%
G = 25.88%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#9E6789 (or 0x9E6789) is known color: Strikemaster. HEX triplet: 9E, 67 and 89. RGB value is (158,103,137). Sum of RGB (Red+Green+Blue) = 158+103+137=398 (52% of max value = 765). Red value is 158 (62.11% from 255 or 39.70% from 398); Green value is 103 (40.62% from 255 or 25.88% from 398); Blue value is 137 (53.91% from 255 or 34.42% from 398); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6789 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6789 is #619876. Grayscale: #7B7B7B. Windows color (decimal): -6396023 or 9004958. OLE color: 9004958.

HSL color Cylindrical-coordinate representation of color #9E6789: hue angle of 322.91º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9E6789 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 103 137 -
CMYK 0 0.35 0.13 0.38
HSL 322.91º 0.22% 0.51% -
HSV(B) 322.91º 0.35% 0.62% -
XYZ 23.47 18.78 26.05 -
YUV 123.32 135.72 152.74 -
System Red Green Blue C M Y K H S L
Decimal 158 103 137 0 0.35 0.13 0.38 322.91 0.22 0.51
Hex 9E 67 89 0 23 D 26 143 16 33
Octal 236 147 211 0 43 15 46 503 26 63
Binary 10011110 1100111 10001001 0 100011 1101 100110 101000011 10110 110011

Color Harmonies of #9E6789

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6789

Black with #9E6789

Text Example


Text Example

White with #9E6789

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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