Html Css Color HEX #95577D Strikemaster

📋 copy color: '#95577D'

red 149 ◦ green 87 ◦ blue 125

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

Shades of Strikemaster #95577D

Tints of Strikemaster #95577D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.63%

R = 41.27%
G = 24.1%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95577D (or 0x95577D) is known color: Strikemaster. HEX triplet: 95, 57 and 7D. RGB value is (149,87,125). Sum of RGB (Red+Green+Blue) = 149+87+125=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 87 (34.38% from 255 or 24.10% from 361); Blue value is 125 (49.22% from 255 or 34.63% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95577D is #6AA882. Grayscale: #6D6D6D. Windows color (decimal): -6989955 or 8214421. OLE color: 8214421.

HSL color Cylindrical-coordinate representation of color #95577D: hue angle of 323.23º 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 #95577D is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 87 125 -
CMYK 0 0.42 0.16 0.42
HSL 323.23º 0.26% 0.46% -
HSV(B) 323.23º 0.42% 0.58% -
XYZ 19.5 14.69 21.21 -
YUV 109.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 149 87 125 0 0.42 0.16 0.42 323.23 0.26 0.46
Hex 95 57 7D 0 2A 10 2A 143 1A 2E
Octal 225 127 175 0 52 20 52 503 32 56
Binary 10010101 1010111 1111101 0 101010 10000 101010 101000011 11010 101110

Color Harmonies of #95577D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95577D

Black with #95577D

Text Example


Text Example

White with #95577D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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