Html Css Color HEX #965680 Strikemaster

📋 copy color: '#965680'

red 150 ◦ green 86 ◦ blue 128

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

Shades of Strikemaster #965680

Tints of Strikemaster #965680

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 35.16%

R = 41.21%
G = 23.63%
B = 35.16%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#965680 (or 0x965680) is known color: Strikemaster. HEX triplet: 96, 56 and 80. RGB value is (150,86,128). Sum of RGB (Red+Green+Blue) = 150+86+128=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 86 (33.98% from 255 or 23.63% from 364); Blue value is 128 (50.39% from 255 or 35.16% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #965680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965680 is #69A97F. Grayscale: #6D6D6D. Windows color (decimal): -6924672 or 8410774. OLE color: 8410774.

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

Color convert

RGB 150 86 128 -
CMYK 0 0.43 0.15 0.41
HSL 320.63º 0.27% 0.46% -
HSV(B) 320.63º 0.43% 0.59% -
XYZ 19.8 14.7 22.22 -
YUV 109.92 138.2 156.58 -
System Red Green Blue C M Y K H S L
Decimal 150 86 128 0 0.43 0.15 0.41 320.63 0.27 0.46
Hex 96 56 80 0 2B F 29 141 1B 2E
Octal 226 126 200 0 53 17 51 501 33 56
Binary 10010110 1010110 10000000 0 101011 1111 101001 101000001 11011 101110

Color Harmonies of #965680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965680

Black with #965680

Text Example


Text Example

White with #965680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965680; }

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

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

background-color css

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

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

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

border-color css

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

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

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