Html Css Color HEX #9E5C8C Strikemaster

📋 copy color: '#9E5C8C'

red 158 ◦ green 92 ◦ blue 140

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

Shades of Strikemaster #9E5C8C

Tints of Strikemaster #9E5C8C

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.59%

 BLUE value IS 140 (55.08% from 255) = 35.9%

R = 40.51%
G = 23.59%
B = 35.9%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.11

 K value IS 0.38

RGB Variations

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

Color information

#9E5C8C (or 0x9E5C8C) is known color: Strikemaster. HEX triplet: 9E, 5C and 8C. RGB value is (158,92,140). Sum of RGB (Red+Green+Blue) = 158+92+140=390 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.51% from 390); Green value is 92 (36.33% from 255 or 23.59% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5C8C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5C8C is #61A373. Grayscale: #757575. Windows color (decimal): -6398836 or 9198750. OLE color: 9198750.

HSL color Cylindrical-coordinate representation of color #9E5C8C: hue angle of 316.36º degrees, saturation: 0.26, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9E5C8C is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 92 140 -
CMYK 0 0.42 0.11 0.38
HSL 316.36º 0.26% 0.49% -
HSV(B) 316.36º 0.42% 0.62% -
XYZ 22.66 16.82 26.86 -
YUV 117.21 140.87 157.1 -
System Red Green Blue C M Y K H S L
Decimal 158 92 140 0 0.42 0.11 0.38 316.36 0.26 0.49
Hex 9E 5C 8C 0 2A B 26 13C 1A 31
Octal 236 134 214 0 52 13 46 474 32 61
Binary 10011110 1011100 10001100 0 101010 1011 100110 100111100 11010 110001

Color Harmonies of #9E5C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5C8C

Black with #9E5C8C

Text Example


Text Example

White with #9E5C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,92,140); }

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

background-color css

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

 a { background-color: rgb(158,92,140); }

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

border-color css

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

 span { border-color: rgb(158,92,140); }

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