Html Css Color HEX #95557D Strikemaster

📋 copy color: '#95557D'

red 149 ◦ green 85 ◦ blue 125

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

Shades of Strikemaster #95557D

Tints of Strikemaster #95557D

RGB

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

 GREEN value IS 85 (33.59% from 255) = 23.68%

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

R = 41.5%
G = 23.68%
B = 34.82%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95557D (or 0x95557D) is known color: Strikemaster. HEX triplet: 95, 55 and 7D. RGB value is (149,85,125). Sum of RGB (Red+Green+Blue) = 149+85+125=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 85 (33.59% from 255 or 23.68% from 359); Blue value is 125 (49.22% from 255 or 34.82% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557D is #6AAA82. Grayscale: #6C6C6C. Windows color (decimal): -6990467 or 8213909. OLE color: 8213909.

HSL color Cylindrical-coordinate representation of color #95557D: hue angle of 322.5º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #95557D is Cyan = 0, Magento = 0.43, Yellow = 0.16 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 125 -
CMYK 0 0.43 0.16 0.42
HSL 322.5º 0.27% 0.46% -
HSV(B) 322.5º 0.43% 0.58% -
XYZ 19.34 14.37 21.16 -
YUV 108.7 137.2 156.75 -
System Red Green Blue C M Y K H S L
Decimal 149 85 125 0 0.43 0.16 0.42 322.5 0.27 0.46
Hex 95 55 7D 0 2B 10 2A 142 1B 2E
Octal 225 125 175 0 53 20 52 502 33 56
Binary 10010101 1010101 1111101 0 101011 10000 101010 101000010 11011 101110

Color Harmonies of #95557D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95557D

Black with #95557D

Text Example


Text Example

White with #95557D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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