Html Css Color HEX #965687 Strikemaster

📋 copy color: '#965687'

red 150 ◦ green 86 ◦ blue 135

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

Shades of Strikemaster #965687

Tints of Strikemaster #965687

RGB

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

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

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

R = 40.43%
G = 23.18%
B = 36.39%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#965687 (or 0x965687) is known color: Strikemaster. HEX triplet: 96, 56 and 87. RGB value is (150,86,135). Sum of RGB (Red+Green+Blue) = 150+86+135=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 86 (33.98% from 255 or 23.18% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965687 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965687 is #69A978. Grayscale: #6E6E6E. Windows color (decimal): -6924665 or 8869526. OLE color: 8869526.

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

Color convert

RGB 150 86 135 -
CMYK 0 0.43 0.1 0.41
HSL 314.06º 0.27% 0.46% -
HSV(B) 314.06º 0.43% 0.59% -
XYZ 20.28 14.89 24.73 -
YUV 110.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 150 86 135 0 0.43 0.1 0.41 314.06 0.27 0.46
Hex 96 56 87 0 2B A 29 13A 1B 2E
Octal 226 126 207 0 53 12 51 472 33 56
Binary 10010110 1010110 10000111 0 101011 1010 101001 100111010 11011 101110

Color Harmonies of #965687

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965687

Black with #965687

Text Example


Text Example

White with #965687

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965687; }

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

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

background-color css

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

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

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

border-color css

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

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

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