Html Css Color HEX #9E6581 Strikemaster

📋 copy color: '#9E6581'

red 158 ◦ green 101 ◦ blue 129

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

Shades of Strikemaster #9E6581

Tints of Strikemaster #9E6581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.03%

 BLUE value IS 129 (50.78% from 255) = 33.25%

R = 40.72%
G = 26.03%
B = 33.25%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E6581 (or 0x9E6581) is known color: Strikemaster. HEX triplet: 9E, 65 and 81. RGB value is (158,101,129). Sum of RGB (Red+Green+Blue) = 158+101+129=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6581 is #619A7E. Grayscale: #797979. Windows color (decimal): -6396543 or 8480158. OLE color: 8480158.

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

Color convert

RGB 158 101 129 -
CMYK 0 0.36 0.18 0.38
HSL 330.53º 0.23% 0.51% -
HSV(B) 330.53º 0.36% 0.62% -
XYZ 22.72 18.16 23.08 -
YUV 121.24 132.38 154.22 -
System Red Green Blue C M Y K H S L
Decimal 158 101 129 0 0.36 0.18 0.38 330.53 0.23 0.51
Hex 9E 65 81 0 24 12 26 14B 17 33
Octal 236 145 201 0 44 22 46 513 27 63
Binary 10011110 1100101 10000001 0 100100 10010 100110 101001011 10111 110011

Color Harmonies of #9E6581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6581

Black with #9E6581

Text Example


Text Example

White with #9E6581

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,101,129); }

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

background-color css

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

 a { background-color: rgb(158,101,129); }

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

border-color css

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

 span { border-color: rgb(158,101,129); }

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