Html Css Color HEX #966185 Strikemaster

📋 copy color: '#966185'

red 150 ◦ green 97 ◦ blue 133

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

Shades of Strikemaster #966185

Tints of Strikemaster #966185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 35%

R = 39.47%
G = 25.53%
B = 35%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#966185 (or 0x966185) is known color: Strikemaster. HEX triplet: 96, 61 and 85. RGB value is (150,97,133). Sum of RGB (Red+Green+Blue) = 150+97+133=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 133 (52.34% from 255 or 35% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966185 is #699E7A. Grayscale: #747474. Windows color (decimal): -6921851 or 8741270. OLE color: 8741270.

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

Color convert

RGB 150 97 133 -
CMYK 0 0.35 0.11 0.41
HSL 319.25º 0.21% 0.48% -
HSV(B) 319.25º 0.35% 0.59% -
XYZ 21.09 16.73 24.31 -
YUV 116.95 137.06 151.57 -
System Red Green Blue C M Y K H S L
Decimal 150 97 133 0 0.35 0.11 0.41 319.25 0.21 0.48
Hex 96 61 85 0 23 B 29 13F 15 30
Octal 226 141 205 0 43 13 51 477 25 60
Binary 10010110 1100001 10000101 0 100011 1011 101001 100111111 10101 110000

Color Harmonies of #966185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966185

Black with #966185

Text Example


Text Example

White with #966185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966185; }

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

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

background-color css

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

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

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

border-color css

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

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

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