Html Css Color HEX #966184 Strikemaster

📋 copy color: '#966184'

red 150 ◦ green 97 ◦ blue 132

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

Shades of Strikemaster #966184

Tints of Strikemaster #966184

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 34.83%

R = 39.58%
G = 25.59%
B = 34.83%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#966184 (or 0x966184) is known color: Strikemaster. HEX triplet: 96, 61 and 84. RGB value is (150,97,132). Sum of RGB (Red+Green+Blue) = 150+97+132=379 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.58% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 132 (51.95% from 255 or 34.83% from 379); Max value from RGB is 150 - color contains mainly: red. Hex color #966184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966184 is #699E7B. Grayscale: #747474. Windows color (decimal): -6921852 or 8675734. OLE color: 8675734.

HSL color Cylindrical-coordinate representation of color #966184: hue angle of 320.38º 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 #966184 is Cyan = 0, Magento = 0.35, Yellow = 0.12 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 132 -
CMYK 0 0.35 0.12 0.41
HSL 320.38º 0.21% 0.48% -
HSV(B) 320.38º 0.35% 0.59% -
XYZ 21.02 16.7 23.95 -
YUV 116.84 136.56 151.65 -
System Red Green Blue C M Y K H S L
Decimal 150 97 132 0 0.35 0.12 0.41 320.38 0.21 0.48
Hex 96 61 84 0 23 C 29 140 15 30
Octal 226 141 204 0 43 14 51 500 25 60
Binary 10010110 1100001 10000100 0 100011 1100 101001 101000000 10101 110000

Color Harmonies of #966184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966184

Black with #966184

Text Example


Text Example

White with #966184

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966184; }

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

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

background-color css

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

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

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

border-color css

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

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

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