Html Css Color HEX #9E6881 Strikemaster

📋 copy color: '#9E6881'

red 158 ◦ green 104 ◦ blue 129

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

Shades of Strikemaster #9E6881

Tints of Strikemaster #9E6881

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.6%

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

R = 40.41%
G = 26.6%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E6881 (or 0x9E6881) is known color: Strikemaster. HEX triplet: 9E, 68 and 81. RGB value is (158,104,129). Sum of RGB (Red+Green+Blue) = 158+104+129=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 129 (50.78% from 255 or 32.99% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6881 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6881 is #61977E. Grayscale: #7A7A7A. Windows color (decimal): -6395775 or 8480926. OLE color: 8480926.

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

Color convert

RGB 158 104 129 -
CMYK 0 0.34 0.18 0.38
HSL 332.22º 0.22% 0.51% -
HSV(B) 332.22º 0.34% 0.62% -
XYZ 23.01 18.75 23.18 -
YUV 123 131.39 152.97 -
System Red Green Blue C M Y K H S L
Decimal 158 104 129 0 0.34 0.18 0.38 332.22 0.22 0.51
Hex 9E 68 81 0 22 12 26 14C 16 33
Octal 236 150 201 0 42 22 46 514 26 63
Binary 10011110 1101000 10000001 0 100010 10010 100110 101001100 10110 110011

Color Harmonies of #9E6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6881

Black with #9E6881

Text Example


Text Example

White with #9E6881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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