Html Css Color HEX #955580 Strikemaster

📋 copy color: '#955580'

red 149 ◦ green 85 ◦ blue 128

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

Shades of Strikemaster #955580

Tints of Strikemaster #955580

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.36%

R = 41.16%
G = 23.48%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#955580 (or 0x955580) is known color: Strikemaster. HEX triplet: 95, 55 and 80. RGB value is (149,85,128). Sum of RGB (Red+Green+Blue) = 149+85+128=362 (47% of max value = 765). Red value is 149 (58.59% from 255 or 41.16% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 128 (50.39% from 255 or 35.36% from 362); Max value from RGB is 149 - color contains mainly: red. Hex color #955580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955580 is #6AAA7F. Grayscale: #6C6C6C. Windows color (decimal): -6990464 or 8410517. OLE color: 8410517.

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

Color convert

RGB 149 85 128 -
CMYK 0 0.43 0.14 0.42
HSL 319.69º 0.27% 0.46% -
HSV(B) 319.69º 0.43% 0.58% -
XYZ 19.54 14.45 22.18 -
YUV 109.04 138.7 156.5 -
System Red Green Blue C M Y K H S L
Decimal 149 85 128 0 0.43 0.14 0.42 319.69 0.27 0.46
Hex 95 55 80 0 2B E 2A 140 1B 2E
Octal 225 125 200 0 53 16 52 500 33 56
Binary 10010101 1010101 10000000 0 101011 1110 101010 101000000 11011 101110

Color Harmonies of #955580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955580

Black with #955580

Text Example


Text Example

White with #955580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955580; }

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

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

background-color css

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

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

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

border-color css

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

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

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