Html Css Color HEX #955477 Strikemaster

📋 copy color: '#955477'

red 149 ◦ green 84 ◦ blue 119

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

Shades of Strikemaster #955477

Tints of Strikemaster #955477

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 33.81%

R = 42.33%
G = 23.86%
B = 33.81%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#955477 (or 0x955477) is known color: Strikemaster. HEX triplet: 95, 54 and 77. RGB value is (149,84,119). Sum of RGB (Red+Green+Blue) = 149+84+119=352 (46% of max value = 765). Red value is 149 (58.59% from 255 or 42.33% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 119 (46.88% from 255 or 33.81% from 352); Max value from RGB is 149 - color contains mainly: red. Hex color #955477 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #955477 is #6AAB88. Grayscale: #6B6B6B. Windows color (decimal): -6990729 or 7820437. OLE color: 7820437.

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

Color convert

RGB 149 84 119 -
CMYK 0 0.44 0.20 0.42
HSL 327.69º 0.28% 0.46% -
HSV(B) 327.69º 0.44% 0.58% -
XYZ 18.89 14.06 19.17 -
YUV 107.43 134.53 157.65 -
System Red Green Blue C M Y K H S L
Decimal 149 84 119 0 0.44 0.20 0.42 327.69 0.28 0.46
Hex 95 54 77 0 2C 14 2A 148 1C 2E
Octal 225 124 167 0 54 24 52 510 34 56
Binary 10010101 1010100 1110111 0 101100 10100 101010 101001000 11100 101110

Color Harmonies of #955477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955477

Black with #955477

Text Example


Text Example

White with #955477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955477; }

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

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

background-color css

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

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

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

border-color css

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

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

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