Html Css Color HEX #966187 Strikemaster

📋 copy color: '#966187'

red 150 ◦ green 97 ◦ blue 135

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

Shades of Strikemaster #966187

Tints of Strikemaster #966187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25.39%

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

R = 39.27%
G = 25.39%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#966187 (or 0x966187) is known color: Strikemaster. HEX triplet: 96, 61 and 87. RGB value is (150,97,135). Sum of RGB (Red+Green+Blue) = 150+97+135=382 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.27% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 150 - color contains mainly: red. Hex color #966187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966187 is #699E78. Grayscale: #757575. Windows color (decimal): -6921849 or 8872342. OLE color: 8872342.

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

Color convert

RGB 150 97 135 -
CMYK 0 0.35 0.1 0.41
HSL 316.98º 0.21% 0.48% -
HSV(B) 316.98º 0.35% 0.59% -
XYZ 21.23 16.78 25.04 -
YUV 117.18 138.06 151.41 -
System Red Green Blue C M Y K H S L
Decimal 150 97 135 0 0.35 0.1 0.41 316.98 0.21 0.48
Hex 96 61 87 0 23 A 29 13D 15 30
Octal 226 141 207 0 43 12 51 475 25 60
Binary 10010110 1100001 10000111 0 100011 1010 101001 100111101 10101 110000

Color Harmonies of #966187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966187

Black with #966187

Text Example


Text Example

White with #966187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966187; }

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

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

background-color css

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

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

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

border-color css

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

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

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