Html Css Color HEX #955E86 Strikemaster

📋 copy color: '#955E86'

red 149 ◦ green 94 ◦ blue 134

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

Shades of Strikemaster #955E86

Tints of Strikemaster #955E86

RGB

 RED value IS 149 (58.59% from 255) = 39.52%

 GREEN value IS 94 (37.11% from 255) = 24.93%

 BLUE value IS 134 (52.73% from 255) = 35.54%

R = 39.52%
G = 24.93%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#955E86 (or 0x955E86) is known color: Strikemaster. HEX triplet: 95, 5E and 86. RGB value is (149,94,134). Sum of RGB (Red+Green+Blue) = 149+94+134=377 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.52% from 377); Green value is 94 (37.11% from 255 or 24.93% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 149 - color contains mainly: red. Hex color #955E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955E86 is #6AA179. Grayscale: #727272. Windows color (decimal): -6988154 or 8806037. OLE color: 8806037.

HSL color Cylindrical-coordinate representation of color #955E86: hue angle of 316.36º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #955E86 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 94 134 -
CMYK 0 0.37 0.10 0.42
HSL 316.36º 0.23% 0.48% -
HSV(B) 316.36º 0.37% 0.58% -
XYZ 20.7 16.12 24.57 -
YUV 115.01 138.72 152.25 -
System Red Green Blue C M Y K H S L
Decimal 149 94 134 0 0.37 0.10 0.42 316.36 0.23 0.48
Hex 95 5E 86 0 25 A 2A 13C 17 30
Octal 225 136 206 0 45 12 52 474 27 60
Binary 10010101 1011110 10000110 0 100101 1010 101010 100111100 10111 110000

Color Harmonies of #955E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955E86

Black with #955E86

Text Example


Text Example

White with #955E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955E86; }

 p { color: rgb(149,94,134); }

 H1.HeaderClassName
 {
   color: #955E86;
 }
 .AnyTagClassName
 {
   color: #955E86;
 }
</style>

background-color css

<style>
 a { background-color: #955E86; }

 a { background-color: rgb(149,94,134); }

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

border-color css

<style>
 span { border-color: #955E86; }

 span { border-color: rgb(149,94,134); }

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