Html Css Color HEX #95577A Strikemaster

📋 copy color: '#95577A'

red 149 ◦ green 87 ◦ blue 122

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

Shades of Strikemaster #95577A

Tints of Strikemaster #95577A

RGB

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

 GREEN value IS 87 (34.38% from 255) = 24.3%

 BLUE value IS 122 (48.05% from 255) = 34.08%

R = 41.62%
G = 24.3%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95577A (or 0x95577A) is known color: Strikemaster. HEX triplet: 95, 57 and 7A. RGB value is (149,87,122). Sum of RGB (Red+Green+Blue) = 149+87+122=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 87 (34.38% from 255 or 24.30% from 358); Blue value is 122 (48.05% from 255 or 34.08% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95577A is #6AA885. Grayscale: #6D6D6D. Windows color (decimal): -6989958 or 8017813. OLE color: 8017813.

HSL color Cylindrical-coordinate representation of color #95577A: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #95577A is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 122 -
CMYK 0 0.42 0.18 0.42
HSL 326.13º 0.26% 0.46% -
HSV(B) 326.13º 0.42% 0.58% -
XYZ 19.32 14.61 20.21 -
YUV 109.53 135.04 156.15 -
System Red Green Blue C M Y K H S L
Decimal 149 87 122 0 0.42 0.18 0.42 326.13 0.26 0.46
Hex 95 57 7A 0 2A 12 2A 146 1A 2E
Octal 225 127 172 0 52 22 52 506 32 56
Binary 10010101 1010111 1111010 0 101010 10010 101010 101000110 11010 101110

Color Harmonies of #95577A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95577A

Black with #95577A

Text Example


Text Example

White with #95577A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95577A; }

 p { color: rgb(149,87,122); }

 H1.HeaderClassName
 {
   color: #95577A;
 }
 .AnyTagClassName
 {
   color: #95577A;
 }
</style>

background-color css

<style>
 a { background-color: #95577A; }

 a { background-color: rgb(149,87,122); }

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

border-color css

<style>
 span { border-color: #95577A; }

 span { border-color: rgb(149,87,122); }

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