Html Css Color HEX #955484 Strikemaster

📋 copy color: '#955484'

red 149 ◦ green 84 ◦ blue 132

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

Shades of Strikemaster #955484

Tints of Strikemaster #955484

RGB

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

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

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

R = 40.82%
G = 23.01%
B = 36.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.11

 K value IS 0.42

RGB Variations

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

Color information

#955484 (or 0x955484) is known color: Strikemaster. HEX triplet: 95, 54 and 84. RGB value is (149,84,132). Sum of RGB (Red+Green+Blue) = 149+84+132=365 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.82% from 365); Green value is 84 (33.20% from 255 or 23.01% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 149 - color contains mainly: red. Hex color #955484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955484 is #6AAB7B. Grayscale: #6C6C6C. Windows color (decimal): -6990716 or 8672405. OLE color: 8672405.

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

Color convert

RGB 149 84 132 -
CMYK 0 0.44 0.11 0.42
HSL 315.69º 0.28% 0.46% -
HSV(B) 315.69º 0.44% 0.58% -
XYZ 19.73 14.4 23.57 -
YUV 108.91 141.03 156.6 -
System Red Green Blue C M Y K H S L
Decimal 149 84 132 0 0.44 0.11 0.42 315.69 0.28 0.46
Hex 95 54 84 0 2C B 2A 13C 1C 2E
Octal 225 124 204 0 54 13 52 474 34 56
Binary 10010101 1010100 10000100 0 101100 1011 101010 100111100 11100 101110

Color Harmonies of #955484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955484

Black with #955484

Text Example


Text Example

White with #955484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955484; }

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

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

background-color css

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

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

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

border-color css

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

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

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