Html Css Color HEX #9E688B Strikemaster

📋 copy color: '#9E688B'

red 158 ◦ green 104 ◦ blue 139

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

Shades of Strikemaster #9E688B

Tints of Strikemaster #9E688B

RGB

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

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

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

R = 39.4%
G = 25.94%
B = 34.66%

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

#9E688B (or 0x9E688B) is known color: Strikemaster. HEX triplet: 9E, 68 and 8B. RGB value is (158,104,139). Sum of RGB (Red+Green+Blue) = 158+104+139=401 (53% of max value = 765). Red value is 158 (62.11% from 255 or 39.40% from 401); Green value is 104 (41.02% from 255 or 25.94% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 158 - color contains mainly: red. Hex color #9E688B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E688B is #619774. Grayscale: #7C7C7C. Windows color (decimal): -6395765 or 9136286. OLE color: 9136286.

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

Color convert

RGB 158 104 139 -
CMYK 0 0.34 0.12 0.38
HSL 321.11º 0.22% 0.51% -
HSV(B) 321.11º 0.34% 0.62% -
XYZ 23.71 19.03 26.85 -
YUV 124.14 136.39 152.15 -
System Red Green Blue C M Y K H S L
Decimal 158 104 139 0 0.34 0.12 0.38 321.11 0.22 0.51
Hex 9E 68 8B 0 22 C 26 141 16 33
Octal 236 150 213 0 42 14 46 501 26 63
Binary 10011110 1101000 10001011 0 100010 1100 100110 101000001 10110 110011

Color Harmonies of #9E688B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E688B

Black with #9E688B

Text Example


Text Example

White with #9E688B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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