Html Css Color HEX #95547D Strikemaster

📋 copy color: '#95547D'

red 149 ◦ green 84 ◦ blue 125

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

Shades of Strikemaster #95547D

Tints of Strikemaster #95547D

RGB

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

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

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

R = 41.62%
G = 23.46%
B = 34.92%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.42

RGB Variations

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

Color information

#95547D (or 0x95547D) is known color: Strikemaster. HEX triplet: 95, 54 and 7D. RGB value is (149,84,125). Sum of RGB (Red+Green+Blue) = 149+84+125=358 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.62% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 125 (49.22% from 255 or 34.92% from 358); Max value from RGB is 149 - color contains mainly: red. Hex color #95547D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #95547D is #6AAB82. Grayscale: #6C6C6C. Windows color (decimal): -6990723 or 8213653. OLE color: 8213653.

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

Color convert

RGB 149 84 125 -
CMYK 0 0.44 0.16 0.42
HSL 322.15º 0.28% 0.46% -
HSV(B) 322.15º 0.44% 0.58% -
XYZ 19.27 14.21 21.13 -
YUV 108.11 137.53 157.17 -
System Red Green Blue C M Y K H S L
Decimal 149 84 125 0 0.44 0.16 0.42 322.15 0.28 0.46
Hex 95 54 7D 0 2C 10 2A 142 1C 2E
Octal 225 124 175 0 54 20 52 502 34 56
Binary 10010101 1010100 1111101 0 101100 10000 101010 101000010 11100 101110

Color Harmonies of #95547D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95547D

Black with #95547D

Text Example


Text Example

White with #95547D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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