Html Css Color HEX #955486 Strikemaster

📋 copy color: '#955486'

red 149 ◦ green 84 ◦ blue 134

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

Shades of Strikemaster #955486

Tints of Strikemaster #955486

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 36.51%

R = 40.6%
G = 22.89%
B = 36.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#955486 (or 0x955486) is known color: Strikemaster. HEX triplet: 95, 54 and 86. RGB value is (149,84,134). Sum of RGB (Red+Green+Blue) = 149+84+134=367 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.60% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 149 - color contains mainly: red. Hex color #955486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955486 is #6AAB79. Grayscale: #6C6C6C. Windows color (decimal): -6990714 or 8803477. OLE color: 8803477.

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

Color convert

RGB 149 84 134 -
CMYK 0 0.44 0.10 0.42
HSL 313.85º 0.28% 0.46% -
HSV(B) 313.85º 0.44% 0.58% -
XYZ 19.87 14.45 24.3 -
YUV 109.14 142.03 156.43 -
System Red Green Blue C M Y K H S L
Decimal 149 84 134 0 0.44 0.10 0.42 313.85 0.28 0.46
Hex 95 54 86 0 2C A 2A 13A 1C 2E
Octal 225 124 206 0 54 12 52 472 34 56
Binary 10010101 1010100 10000110 0 101100 1010 101010 100111010 11100 101110

Color Harmonies of #955486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955486

Black with #955486

Text Example


Text Example

White with #955486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955486; }

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

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

background-color css

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

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

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

border-color css

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

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

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