Html Css Color HEX #967086 Strikemaster

📋 copy color: '#967086'

red 150 ◦ green 112 ◦ blue 134

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

Shades of Strikemaster #967086

Tints of Strikemaster #967086

RGB

 RED value IS 150 (58.98% from 255) = 37.88%

 GREEN value IS 112 (44.14% from 255) = 28.28%

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

R = 37.88%
G = 28.28%
B = 33.84%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#967086 (or 0x967086) is known color: Strikemaster. HEX triplet: 96, 70 and 86. RGB value is (150,112,134). Sum of RGB (Red+Green+Blue) = 150+112+134=396 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.88% from 396); Green value is 112 (44.14% from 255 or 28.28% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 150 - color contains mainly: red. Hex color #967086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967086 is #698F79. Grayscale: #7D7D7D. Windows color (decimal): -6918010 or 8810646. OLE color: 8810646.

HSL color Cylindrical-coordinate representation of color #967086: hue angle of 325.26º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #967086 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 112 134 -
CMYK 0 0.25 0.11 0.41
HSL 325.26º 0.15% 0.51% -
HSV(B) 325.26º 0.25% 0.59% -
XYZ 22.67 19.79 25.18 -
YUV 125.87 132.59 145.21 -
System Red Green Blue C M Y K H S L
Decimal 150 112 134 0 0.25 0.11 0.41 325.26 0.15 0.51
Hex 96 70 86 0 19 B 29 145 F 33
Octal 226 160 206 0 31 13 51 505 17 63
Binary 10010110 1110000 10000110 0 11001 1011 101001 101000101 1111 110011

Color Harmonies of #967086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967086

Black with #967086

Text Example


Text Example

White with #967086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967086; }

 p { color: rgb(150,112,134); }

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

background-color css

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

 a { background-color: rgb(150,112,134); }

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

border-color css

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

 span { border-color: rgb(150,112,134); }

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