Html Css Color HEX #9E6981 Strikemaster

📋 copy color: '#9E6981'

red 158 ◦ green 105 ◦ blue 129

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

Shades of Strikemaster #9E6981

Tints of Strikemaster #9E6981

RGB

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

 GREEN value IS 105 (41.41% from 255) = 26.79%

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

R = 40.31%
G = 26.79%
B = 32.91%

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

#9E6981 (or 0x9E6981) is known color: Strikemaster. HEX triplet: 9E, 69 and 81. RGB value is (158,105,129). Sum of RGB (Red+Green+Blue) = 158+105+129=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6981 is #61967E. Grayscale: #7B7B7B. Windows color (decimal): -6395519 or 8481182. OLE color: 8481182.

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

Color convert

RGB 158 105 129 -
CMYK 0 0.34 0.18 0.38
HSL 332.83º 0.21% 0.52% -
HSV(B) 332.83º 0.34% 0.62% -
XYZ 23.11 18.96 23.21 -
YUV 123.58 131.06 152.55 -
System Red Green Blue C M Y K H S L
Decimal 158 105 129 0 0.34 0.18 0.38 332.83 0.21 0.52
Hex 9E 69 81 0 22 12 26 14D 15 34
Octal 236 151 201 0 42 22 46 515 25 64
Binary 10011110 1101001 10000001 0 100010 10010 100110 101001101 10101 110100

Color Harmonies of #9E6981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6981

Black with #9E6981

Text Example


Text Example

White with #9E6981

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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