Html Css Color HEX #9E6686 Strikemaster

📋 copy color: '#9E6686'

red 158 ◦ green 102 ◦ blue 134

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

Shades of Strikemaster #9E6686

Tints of Strikemaster #9E6686

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 34.01%

R = 40.1%
G = 25.89%
B = 34.01%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.15

 K value IS 0.38

RGB Variations

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

Color information

#9E6686 (or 0x9E6686) is known color: Strikemaster. HEX triplet: 9E, 66 and 86. RGB value is (158,102,134). Sum of RGB (Red+Green+Blue) = 158+102+134=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 102 (40.23% from 255 or 25.89% from 394); Blue value is 134 (52.73% from 255 or 34.01% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6686 is #619979. Grayscale: #7A7A7A. Windows color (decimal): -6396282 or 8808094. OLE color: 8808094.

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

Color convert

RGB 158 102 134 -
CMYK 0 0.35 0.15 0.38
HSL 325.71º 0.22% 0.51% -
HSV(B) 325.71º 0.35% 0.62% -
XYZ 23.16 18.49 24.9 -
YUV 122.39 134.55 153.4 -
System Red Green Blue C M Y K H S L
Decimal 158 102 134 0 0.35 0.15 0.38 325.71 0.22 0.51
Hex 9E 66 86 0 23 F 26 146 16 33
Octal 236 146 206 0 43 17 46 506 26 63
Binary 10011110 1100110 10000110 0 100011 1111 100110 101000110 10110 110011

Color Harmonies of #9E6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6686

Black with #9E6686

Text Example


Text Example

White with #9E6686

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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