Html Css Color HEX #9E5F8B Strikemaster

📋 copy color: '#9E5F8B'

red 158 ◦ green 95 ◦ blue 139

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

Shades of Strikemaster #9E5F8B

Tints of Strikemaster #9E5F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.23%

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

R = 40.31%
G = 24.23%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.38

RGB Variations

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

Color information

#9E5F8B (or 0x9E5F8B) is known color: Strikemaster. HEX triplet: 9E, 5F and 8B. RGB value is (158,95,139). Sum of RGB (Red+Green+Blue) = 158+95+139=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 139 (54.69% from 255 or 35.46% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5F8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5F8B is #61A074. Grayscale: #767676. Windows color (decimal): -6398069 or 9133982. OLE color: 9133982.

HSL color Cylindrical-coordinate representation of color #9E5F8B: hue angle of 318.1º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9E5F8B is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 95 139 -
CMYK 0 0.40 0.12 0.38
HSL 318.1º 0.25% 0.5% -
HSV(B) 318.1º 0.4% 0.62% -
XYZ 22.85 17.32 26.56 -
YUV 118.85 139.37 155.92 -
System Red Green Blue C M Y K H S L
Decimal 158 95 139 0 0.40 0.12 0.38 318.1 0.25 0.5
Hex 9E 5F 8B 0 28 C 26 13E 19 32
Octal 236 137 213 0 50 14 46 476 31 62
Binary 10011110 1011111 10001011 0 101000 1100 100110 100111110 11001 110010

Color Harmonies of #9E5F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5F8B

Black with #9E5F8B

Text Example


Text Example

White with #9E5F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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