Html Css Color HEX #965780 Strikemaster

📋 copy color: '#965780'

red 150 ◦ green 87 ◦ blue 128

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

Shades of Strikemaster #965780

Tints of Strikemaster #965780

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.84%

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

R = 41.1%
G = 23.84%
B = 35.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#965780 (or 0x965780) is known color: Strikemaster. HEX triplet: 96, 57 and 80. RGB value is (150,87,128). Sum of RGB (Red+Green+Blue) = 150+87+128=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 128 (50.39% from 255 or 35.07% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965780 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965780 is #69A87F. Grayscale: #6E6E6E. Windows color (decimal): -6924416 or 8411030. OLE color: 8411030.

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

Color convert

RGB 150 87 128 -
CMYK 0 0.42 0.15 0.41
HSL 320.95º 0.27% 0.46% -
HSV(B) 320.95º 0.42% 0.59% -
XYZ 19.88 14.86 22.24 -
YUV 110.51 137.87 156.17 -
System Red Green Blue C M Y K H S L
Decimal 150 87 128 0 0.42 0.15 0.41 320.95 0.27 0.46
Hex 96 57 80 0 2A F 29 141 1B 2E
Octal 226 127 200 0 52 17 51 501 33 56
Binary 10010110 1010111 10000000 0 101010 1111 101001 101000001 11011 101110

Color Harmonies of #965780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965780

Black with #965780

Text Example


Text Example

White with #965780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965780; }

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

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

background-color css

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

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

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

border-color css

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

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

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