Html Css Color HEX #955F84 Strikemaster

📋 copy color: '#955F84'

red 149 ◦ green 95 ◦ blue 132

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

Shades of Strikemaster #955F84

Tints of Strikemaster #955F84

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.27%

 BLUE value IS 132 (51.95% from 255) = 35.11%

R = 39.63%
G = 25.27%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955F84 (or 0x955F84) is known color: Strikemaster. HEX triplet: 95, 5F and 84. RGB value is (149,95,132). Sum of RGB (Red+Green+Blue) = 149+95+132=376 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.63% from 376); Green value is 95 (37.5% from 255 or 25.27% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 149 - color contains mainly: red. Hex color #955F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955F84 is #6AA07B. Grayscale: #737373. Windows color (decimal): -6987900 or 8675221. OLE color: 8675221.

HSL color Cylindrical-coordinate representation of color #955F84: hue angle of 318.89º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #955F84 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 95 132 -
CMYK 0 0.36 0.11 0.42
HSL 318.89º 0.22% 0.48% -
HSV(B) 318.89º 0.36% 0.58% -
XYZ 20.65 16.24 23.88 -
YUV 115.36 137.39 151.99 -
System Red Green Blue C M Y K H S L
Decimal 149 95 132 0 0.36 0.11 0.42 318.89 0.22 0.48
Hex 95 5F 84 0 24 B 2A 13F 16 30
Octal 225 137 204 0 44 13 52 477 26 60
Binary 10010101 1011111 10000100 0 100100 1011 101010 100111111 10110 110000

Color Harmonies of #955F84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955F84

Black with #955F84

Text Example


Text Example

White with #955F84

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955F84; }

 p { color: rgb(149,95,132); }

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

background-color css

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

 a { background-color: rgb(149,95,132); }

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

border-color css

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

 span { border-color: rgb(149,95,132); }

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