Html Css Color HEX #965686 Strikemaster

📋 copy color: '#965686'

red 150 ◦ green 86 ◦ blue 134

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

Shades of Strikemaster #965686

Tints of Strikemaster #965686

RGB

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

 GREEN value IS 86 (33.98% from 255) = 23.24%

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

R = 40.54%
G = 23.24%
B = 36.22%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#965686 (or 0x965686) is known color: Strikemaster. HEX triplet: 96, 56 and 86. RGB value is (150,86,134). Sum of RGB (Red+Green+Blue) = 150+86+134=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 86 (33.98% from 255 or 23.24% from 370); Blue value is 134 (52.73% from 255 or 36.22% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #965686 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965686 is #69A979. Grayscale: #6E6E6E. Windows color (decimal): -6924666 or 8803990. OLE color: 8803990.

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

Color convert

RGB 150 86 134 -
CMYK 0 0.43 0.11 0.41
HSL 315º 0.27% 0.46% -
HSV(B) 315º 0.43% 0.59% -
XYZ 20.21 14.86 24.36 -
YUV 110.61 141.2 156.1 -
System Red Green Blue C M Y K H S L
Decimal 150 86 134 0 0.43 0.11 0.41 315 0.27 0.46
Hex 96 56 86 0 2B B 29 13B 1B 2E
Octal 226 126 206 0 53 13 51 473 33 56
Binary 10010110 1010110 10000110 0 101011 1011 101001 100111011 11011 101110

Color Harmonies of #965686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965686

Black with #965686

Text Example


Text Example

White with #965686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965686; }

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

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

background-color css

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

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

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

border-color css

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

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

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