Html Css Color HEX #95547E Strikemaster

📋 copy color: '#95547E'

red 149 ◦ green 84 ◦ blue 126

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

Shades of Strikemaster #95547E

Tints of Strikemaster #95547E

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.4%

 BLUE value IS 126 (49.61% from 255) = 35.1%

R = 41.5%
G = 23.4%
B = 35.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.15

 K value IS 0.42

RGB Variations

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

Color information

#95547E (or 0x95547E) is known color: Strikemaster. HEX triplet: 95, 54 and 7E. RGB value is (149,84,126). Sum of RGB (Red+Green+Blue) = 149+84+126=359 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.50% from 359); Green value is 84 (33.20% from 255 or 23.40% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 149 - color contains mainly: red. Hex color #95547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95547E is #6AAB81. Grayscale: #6C6C6C. Windows color (decimal): -6990722 or 8279189. OLE color: 8279189.

HSL color Cylindrical-coordinate representation of color #95547E: hue angle of 321.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #95547E is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 84 126 -
CMYK 0 0.44 0.15 0.42
HSL 321.23º 0.28% 0.46% -
HSV(B) 321.23º 0.44% 0.58% -
XYZ 19.33 14.24 21.47 -
YUV 108.22 138.03 157.08 -
System Red Green Blue C M Y K H S L
Decimal 149 84 126 0 0.44 0.15 0.42 321.23 0.28 0.46
Hex 95 54 7E 0 2C F 2A 141 1C 2E
Octal 225 124 176 0 54 17 52 501 34 56
Binary 10010101 1010100 1111110 0 101100 1111 101010 101000001 11100 101110

Color Harmonies of #95547E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95547E

Black with #95547E

Text Example


Text Example

White with #95547E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95547E; }

 p { color: rgb(149,84,126); }

 H1.HeaderClassName
 {
   color: #95547E;
 }
 .AnyTagClassName
 {
   color: #95547E;
 }
</style>

background-color css

<style>
 a { background-color: #95547E; }

 a { background-color: rgb(149,84,126); }

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

border-color css

<style>
 span { border-color: #95547E; }

 span { border-color: rgb(149,84,126); }

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