Html Css Color HEX #95597F Strikemaster

📋 copy color: '#95597F'

red 149 ◦ green 89 ◦ blue 127

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

Shades of Strikemaster #95597F

Tints of Strikemaster #95597F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 34.79%

R = 40.82%
G = 24.38%
B = 34.79%

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

#95597F (or 0x95597F) is known color: Strikemaster. HEX triplet: 95, 59 and 7F. RGB value is (149,89,127). Sum of RGB (Red+Green+Blue) = 149+89+127=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #95597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95597F is #6AA680. Grayscale: #6F6F6F. Windows color (decimal): -6989441 or 8346005. OLE color: 8346005.

HSL color Cylindrical-coordinate representation of color #95597F: hue angle of 322º 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 #95597F is Cyan = 0, Magento = 0.40, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 89 127 -
CMYK 0 0.40 0.15 0.42
HSL 322º 0.25% 0.47% -
HSV(B) 322º 0.4% 0.58% -
XYZ 19.8 15.07 21.94 -
YUV 111.27 136.88 154.91 -
System Red Green Blue C M Y K H S L
Decimal 149 89 127 0 0.40 0.15 0.42 322 0.25 0.47
Hex 95 59 7F 0 28 F 2A 142 19 2F
Octal 225 131 177 0 50 17 52 502 31 57
Binary 10010101 1011001 1111111 0 101000 1111 101010 101000010 11001 101111

Color Harmonies of #95597F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95597F

Black with #95597F

Text Example


Text Example

White with #95597F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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