Html Css Color HEX #9E6680 Strikemaster

📋 copy color: '#9E6680'

red 158 ◦ green 102 ◦ blue 128

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

Shades of Strikemaster #9E6680

Tints of Strikemaster #9E6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.29%

 BLUE value IS 128 (50.39% from 255) = 32.99%

R = 40.72%
G = 26.29%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.38

RGB Variations

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

Color information

#9E6680 (or 0x9E6680) is known color: Strikemaster. HEX triplet: 9E, 66 and 80. RGB value is (158,102,128). Sum of RGB (Red+Green+Blue) = 158+102+128=388 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.72% from 388); Green value is 102 (40.23% from 255 or 26.29% from 388); Blue value is 128 (50.39% from 255 or 32.99% from 388); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6680 is #61997F. Grayscale: #797979. Windows color (decimal): -6396288 or 8414878. OLE color: 8414878.

HSL color Cylindrical-coordinate representation of color #9E6680: hue angle of 332.14º 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 #9E6680 is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 102 128 -
CMYK 0 0.35 0.19 0.38
HSL 332.14º 0.22% 0.51% -
HSV(B) 332.14º 0.35% 0.62% -
XYZ 22.75 18.33 22.76 -
YUV 121.71 131.55 153.89 -
System Red Green Blue C M Y K H S L
Decimal 158 102 128 0 0.35 0.19 0.38 332.14 0.22 0.51
Hex 9E 66 80 0 23 13 26 14C 16 33
Octal 236 146 200 0 43 23 46 514 26 63
Binary 10011110 1100110 10000000 0 100011 10011 100110 101001100 10110 110011

Color Harmonies of #9E6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6680

Black with #9E6680

Text Example


Text Example

White with #9E6680

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,102,128); }

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

background-color css

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

 a { background-color: rgb(158,102,128); }

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

border-color css

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

 span { border-color: rgb(158,102,128); }

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