Html Css Color HEX #9E5381 Strikemaster

📋 copy color: '#9E5381'

red 158 ◦ green 83 ◦ blue 129

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

Shades of Strikemaster #9E5381

Tints of Strikemaster #9E5381

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.43%

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

R = 42.7%
G = 22.43%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.38

RGB Variations

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

Color information

#9E5381 (or 0x9E5381) is known color: Strikemaster. HEX triplet: 9E, 53 and 81. RGB value is (158,83,129). Sum of RGB (Red+Green+Blue) = 158+83+129=370 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.70% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 129 (50.78% from 255 or 34.86% from 370); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5381 is #61AC7E. Grayscale: #6E6E6E. Windows color (decimal): -6401151 or 8475550. OLE color: 8475550.

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

Color convert

RGB 158 83 129 -
CMYK 0 0.47 0.18 0.38
HSL 323.2º 0.31% 0.47% -
HSV(B) 323.2º 0.47% 0.62% -
XYZ 21.16 15.04 22.56 -
YUV 110.67 138.35 161.76 -
System Red Green Blue C M Y K H S L
Decimal 158 83 129 0 0.47 0.18 0.38 323.2 0.31 0.47
Hex 9E 53 81 0 2F 12 26 143 1F 2F
Octal 236 123 201 0 57 22 46 503 37 57
Binary 10011110 1010011 10000001 0 101111 10010 100110 101000011 11111 101111

Color Harmonies of #9E5381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E5381

Black with #9E5381

Text Example


Text Example

White with #9E5381

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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