Html Css Color HEX #955686 Strikemaster

📋 copy color: '#955686'

red 149 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #955686

Tints of Strikemaster #955686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.31%

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

R = 40.38%
G = 23.31%
B = 36.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#955686 (or 0x955686) is known color: Strikemaster. HEX triplet: 95, 56 and 86. RGB value is (149,86,134). Sum of RGB (Red+Green+Blue) = 149+86+134=369 (48% of max value = 765). Red value is 149 (58.59% from 255 or 40.38% from 369); Green value is 86 (33.98% from 255 or 23.31% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 149 - color contains mainly: red. Hex color #955686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #955686 is #6AA979. Grayscale: #6E6E6E. Windows color (decimal): -6990202 or 8803989. OLE color: 8803989.

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

Color convert

RGB 149 86 134 -
CMYK 0 0.42 0.10 0.42
HSL 314.29º 0.27% 0.46% -
HSV(B) 314.29º 0.42% 0.58% -
XYZ 20.03 14.77 24.35 -
YUV 110.31 141.37 155.6 -
System Red Green Blue C M Y K H S L
Decimal 149 86 134 0 0.42 0.10 0.42 314.29 0.27 0.46
Hex 95 56 86 0 2A A 2A 13A 1B 2E
Octal 225 126 206 0 52 12 52 472 33 56
Binary 10010101 1010110 10000110 0 101010 1010 101010 100111010 11011 101110

Color Harmonies of #955686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #955686

Black with #955686

Text Example


Text Example

White with #955686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #955686; }

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

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

background-color css

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

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

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

border-color css

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

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

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