Html Css Color HEX #95557A Strikemaster

📋 copy color: '#95557A'

red 149 ◦ green 85 ◦ blue 122

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

Shades of Strikemaster #95557A

Tints of Strikemaster #95557A

RGB

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

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

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

R = 41.85%
G = 23.88%
B = 34.27%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95557A (or 0x95557A) is known color: Strikemaster. HEX triplet: 95, 55 and 7A. RGB value is (149,85,122). Sum of RGB (Red+Green+Blue) = 149+85+122=356 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.85% from 356); Green value is 85 (33.59% from 255 or 23.88% from 356); Blue value is 122 (48.05% from 255 or 34.27% from 356); Max value from RGB is 149 - color contains mainly: red. Hex color #95557A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95557A is #6AAA85. Grayscale: #6C6C6C. Windows color (decimal): -6990470 or 8017301. OLE color: 8017301.

HSL color Cylindrical-coordinate representation of color #95557A: hue angle of 325.31º 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 #95557A is Cyan = 0, Magento = 0.43, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 85 122 -
CMYK 0 0.43 0.18 0.42
HSL 325.31º 0.27% 0.46% -
HSV(B) 325.31º 0.43% 0.58% -
XYZ 19.16 14.29 20.16 -
YUV 108.35 135.7 156.99 -
System Red Green Blue C M Y K H S L
Decimal 149 85 122 0 0.43 0.18 0.42 325.31 0.27 0.46
Hex 95 55 7A 0 2B 12 2A 145 1B 2E
Octal 225 125 172 0 53 22 52 505 33 56
Binary 10010101 1010101 1111010 0 101011 10010 101010 101000101 11011 101110

Color Harmonies of #95557A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95557A

Black with #95557A

Text Example


Text Example

White with #95557A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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