Html Css Color HEX #956286 Strikemaster

📋 copy color: '#956286'

red 149 ◦ green 98 ◦ blue 134

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

Shades of Strikemaster #956286

Tints of Strikemaster #956286

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.72%

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

R = 39.11%
G = 25.72%
B = 35.17%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#956286 (or 0x956286) is known color: Strikemaster. HEX triplet: 95, 62 and 86. RGB value is (149,98,134). Sum of RGB (Red+Green+Blue) = 149+98+134=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 134 (52.73% from 255 or 35.17% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #956286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956286 is #6A9D79. Grayscale: #757575. Windows color (decimal): -6987130 or 8807061. OLE color: 8807061.

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

Color convert

RGB 149 98 134 -
CMYK 0 0.34 0.10 0.42
HSL 317.65º 0.21% 0.48% -
HSV(B) 317.65º 0.34% 0.58% -
XYZ 21.07 16.85 24.7 -
YUV 117.35 137.4 150.57 -
System Red Green Blue C M Y K H S L
Decimal 149 98 134 0 0.34 0.10 0.42 317.65 0.21 0.48
Hex 95 62 86 0 22 A 2A 13E 15 30
Octal 225 142 206 0 42 12 52 476 25 60
Binary 10010101 1100010 10000110 0 100010 1010 101010 100111110 10101 110000

Color Harmonies of #956286

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956286

Black with #956286

Text Example


Text Example

White with #956286

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956286; }

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

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

background-color css

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

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

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

border-color css

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

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

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