Html Css Color HEX #955880 Strikemaster

📋 copy color: '#955880'

red 149 ◦ green 88 ◦ blue 128

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

Shades of Strikemaster #955880

Tints of Strikemaster #955880

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.11%

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

R = 40.82%
G = 24.11%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.14

 K value IS 0.42

RGB Variations

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

Color information

#955880 (or 0x955880) is known color: Strikemaster. HEX triplet: 95, 58 and 80. RGB value is (149,88,128). Sum of RGB (Red+Green+Blue) = 149+88+128=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955880 is #6AA77F. Grayscale: #6E6E6E. Windows color (decimal): -6989696 or 8411285. OLE color: 8411285.

HSL color Cylindrical-coordinate representation of color #955880: hue angle of 320.66º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #955880 is Cyan = 0, Magento = 0.41, Yellow = 0.14 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 88 128 -
CMYK 0 0.41 0.14 0.42
HSL 320.66º 0.26% 0.46% -
HSV(B) 320.66º 0.41% 0.58% -
XYZ 19.78 14.93 22.26 -
YUV 110.8 137.71 155.25 -
System Red Green Blue C M Y K H S L
Decimal 149 88 128 0 0.41 0.14 0.42 320.66 0.26 0.46
Hex 95 58 80 0 29 E 2A 141 1A 2E
Octal 225 130 200 0 51 16 52 501 32 56
Binary 10010101 1011000 10000000 0 101001 1110 101010 101000001 11010 101110

Color Harmonies of #955880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955880

Black with #955880

Text Example


Text Example

White with #955880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955880; }

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

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

background-color css

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

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

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

border-color css

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

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

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