Html Css Color HEX #9E698B Strikemaster

📋 copy color: '#9E698B'

red 158 ◦ green 105 ◦ blue 139

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

Shades of Strikemaster #9E698B

Tints of Strikemaster #9E698B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 34.58%

R = 39.3%
G = 26.12%
B = 34.58%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E698B (or 0x9E698B) is known color: Strikemaster. HEX triplet: 9E, 69 and 8B. RGB value is (158,105,139). Sum of RGB (Red+Green+Blue) = 158+105+139=402 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.30% from 402); Green value is 105 (41.41% from 255 or 26.12% from 402); Blue value is 139 (54.69% from 255 or 34.58% from 402); Max value from RGB is 158 - color contains mainly: red. Hex color #9E698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E698B is #619674. Grayscale: #7C7C7C. Windows color (decimal): -6395509 or 9136542. OLE color: 9136542.

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

Color convert

RGB 158 105 139 -
CMYK 0 0.34 0.12 0.38
HSL 321.51º 0.21% 0.52% -
HSV(B) 321.51º 0.34% 0.62% -
XYZ 23.81 19.24 26.88 -
YUV 124.72 136.06 151.74 -
System Red Green Blue C M Y K H S L
Decimal 158 105 139 0 0.34 0.12 0.38 321.51 0.21 0.52
Hex 9E 69 8B 0 22 C 26 142 15 34
Octal 236 151 213 0 42 14 46 502 25 64
Binary 10011110 1101001 10001011 0 100010 1100 100110 101000010 10101 110100

Color Harmonies of #9E698B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E698B

Black with #9E698B

Text Example


Text Example

White with #9E698B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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