Html Css Color HEX #967187 Strikemaster

📋 copy color: '#967187'

red 150 ◦ green 113 ◦ blue 135

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

Shades of Strikemaster #967187

Tints of Strikemaster #967187

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.39%

 BLUE value IS 135 (53.13% from 255) = 33.92%

R = 37.69%
G = 28.39%
B = 33.92%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#967187 (or 0x967187) is known color: Strikemaster. HEX triplet: 96, 71 and 87. RGB value is (150,113,135). Sum of RGB (Red+Green+Blue) = 150+113+135=398 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.69% from 398); Green value is 113 (44.53% from 255 or 28.39% from 398); Blue value is 135 (53.12% from 255 or 33.92% from 398); Max value from RGB is 150 - color contains mainly: red. Hex color #967187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #967187 is #698E78. Grayscale: #7E7E7E. Windows color (decimal): -6917753 or 8876438. OLE color: 8876438.

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

Color convert

RGB 150 113 135 -
CMYK 0 0.25 0.1 0.41
HSL 324.32º 0.15% 0.52% -
HSV(B) 324.32º 0.25% 0.59% -
XYZ 22.86 20.04 25.59 -
YUV 126.57 132.76 144.71 -
System Red Green Blue C M Y K H S L
Decimal 150 113 135 0 0.25 0.1 0.41 324.32 0.15 0.52
Hex 96 71 87 0 19 A 29 144 F 34
Octal 226 161 207 0 31 12 51 504 17 64
Binary 10010110 1110001 10000111 0 11001 1010 101001 101000100 1111 110100

Color Harmonies of #967187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #967187

Black with #967187

Text Example


Text Example

White with #967187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #967187; }

 p { color: rgb(150,113,135); }

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

background-color css

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

 a { background-color: rgb(150,113,135); }

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

border-color css

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

 span { border-color: rgb(150,113,135); }

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