Html Css Color HEX #95597E Strikemaster

📋 copy color: '#95597E'

red 149 ◦ green 89 ◦ blue 126

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

Shades of Strikemaster #95597E

Tints of Strikemaster #95597E

RGB

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

 GREEN value IS 89 (35.16% from 255) = 24.45%

 BLUE value IS 126 (49.61% from 255) = 34.62%

R = 40.93%
G = 24.45%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95597E (or 0x95597E) is known color: Strikemaster. HEX triplet: 95, 59 and 7E. RGB value is (149,89,126). Sum of RGB (Red+Green+Blue) = 149+89+126=364 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.93% from 364); Green value is 89 (35.16% from 255 or 24.45% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 149 - color contains mainly: red. Hex color #95597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597E is #6AA681. Grayscale: #6F6F6F. Windows color (decimal): -6989442 or 8280469. OLE color: 8280469.

HSL color Cylindrical-coordinate representation of color #95597E: hue angle of 323º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #95597E is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 126 -
CMYK 0 0.40 0.15 0.42
HSL 323º 0.25% 0.47% -
HSV(B) 323º 0.4% 0.58% -
XYZ 19.73 15.04 21.6 -
YUV 111.16 136.38 154.99 -
System Red Green Blue C M Y K H S L
Decimal 149 89 126 0 0.40 0.15 0.42 323 0.25 0.47
Hex 95 59 7E 0 28 F 2A 143 19 2F
Octal 225 131 176 0 50 17 52 503 31 57
Binary 10010101 1011001 1111110 0 101000 1111 101010 101000011 11001 101111

Color Harmonies of #95597E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95597E

Black with #95597E

Text Example


Text Example

White with #95597E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95597E; }

 p { color: rgb(149,89,126); }

 H1.HeaderClassName
 {
   color: #95597E;
 }
 .AnyTagClassName
 {
   color: #95597E;
 }
</style>

background-color css

<style>
 a { background-color: #95597E; }

 a { background-color: rgb(149,89,126); }

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

border-color css

<style>
 span { border-color: #95597E; }

 span { border-color: rgb(149,89,126); }

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