Html Css Color HEX #95587C Strikemaster

📋 copy color: '#95587C'

red 149 ◦ green 88 ◦ blue 124

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

Shades of Strikemaster #95587C

Tints of Strikemaster #95587C

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.38%

 BLUE value IS 124 (48.83% from 255) = 34.35%

R = 41.27%
G = 24.38%
B = 34.35%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.17

 K value IS 0.42

RGB Variations

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

Color information

#95587C (or 0x95587C) is known color: Strikemaster. HEX triplet: 95, 58 and 7C. RGB value is (149,88,124). Sum of RGB (Red+Green+Blue) = 149+88+124=361 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.27% from 361); Green value is 88 (34.77% from 255 or 24.38% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 149 - color contains mainly: red. Hex color #95587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95587C is #6AA783. Grayscale: #6E6E6E. Windows color (decimal): -6989700 or 8149141. OLE color: 8149141.

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

Color convert

RGB 149 88 124 -
CMYK 0 0.41 0.17 0.42
HSL 324.59º 0.26% 0.46% -
HSV(B) 324.59º 0.41% 0.58% -
XYZ 19.52 14.82 20.9 -
YUV 110.34 135.71 155.57 -
System Red Green Blue C M Y K H S L
Decimal 149 88 124 0 0.41 0.17 0.42 324.59 0.26 0.46
Hex 95 58 7C 0 29 11 2A 145 1A 2E
Octal 225 130 174 0 51 21 52 505 32 56
Binary 10010101 1011000 1111100 0 101001 10001 101010 101000101 11010 101110

Color Harmonies of #95587C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95587C

Black with #95587C

Text Example


Text Example

White with #95587C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95587C; }

 p { color: rgb(149,88,124); }

 H1.HeaderClassName
 {
   color: #95587C;
 }
 .AnyTagClassName
 {
   color: #95587C;
 }
</style>

background-color css

<style>
 a { background-color: #95587C; }

 a { background-color: rgb(149,88,124); }

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

border-color css

<style>
 span { border-color: #95587C; }

 span { border-color: rgb(149,88,124); }

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