Html Css Color HEX #956086 Strikemaster

📋 copy color: '#956086'

red 149 ◦ green 96 ◦ blue 134

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

Shades of Strikemaster #956086

Tints of Strikemaster #956086

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.33%

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

R = 39.31%
G = 25.33%
B = 35.36%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.10

 K value IS 0.42

RGB Variations

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

Color information

#956086 (or 0x956086) is known color: Strikemaster. HEX triplet: 95, 60 and 86. RGB value is (149,96,134). Sum of RGB (Red+Green+Blue) = 149+96+134=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 96 (37.89% from 255 or 25.33% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #956086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #956086 is #6A9F79. Grayscale: #747474. Windows color (decimal): -6987642 or 8806549. OLE color: 8806549.

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

Color convert

RGB 149 96 134 -
CMYK 0 0.36 0.10 0.42
HSL 316.98º 0.22% 0.48% -
HSV(B) 316.98º 0.36% 0.58% -
XYZ 20.88 16.48 24.63 -
YUV 116.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 149 96 134 0 0.36 0.10 0.42 316.98 0.22 0.48
Hex 95 60 86 0 24 A 2A 13D 16 30
Octal 225 140 206 0 44 12 52 475 26 60
Binary 10010101 1100000 10000110 0 100100 1010 101010 100111101 10110 110000

Color Harmonies of #956086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #956086

Black with #956086

Text Example


Text Example

White with #956086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #956086; }

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

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

background-color css

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

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

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

border-color css

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

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

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