Html Css Color HEX #965487 Strikemaster

📋 copy color: '#965487'

red 150 ◦ green 84 ◦ blue 135

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

Shades of Strikemaster #965487

Tints of Strikemaster #965487

RGB

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

 GREEN value IS 84 (33.2% from 255) = 22.76%

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

R = 40.65%
G = 22.76%
B = 36.59%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.1

 K value IS 0.41

RGB Variations

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

Color information

#965487 (or 0x965487) is known color: Strikemaster. HEX triplet: 96, 54 and 87. RGB value is (150,84,135). Sum of RGB (Red+Green+Blue) = 150+84+135=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 84 (33.20% from 255 or 22.76% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #965487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #965487 is #69AB78. Grayscale: #6D6D6D. Windows color (decimal): -6925177 or 8869014. OLE color: 8869014.

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

Color convert

RGB 150 84 135 -
CMYK 0 0.44 0.1 0.41
HSL 313.64º 0.28% 0.46% -
HSV(B) 313.64º 0.44% 0.59% -
XYZ 20.12 14.57 24.67 -
YUV 109.55 142.37 156.85 -
System Red Green Blue C M Y K H S L
Decimal 150 84 135 0 0.44 0.1 0.41 313.64 0.28 0.46
Hex 96 54 87 0 2C A 29 13A 1C 2E
Octal 226 124 207 0 54 12 51 472 34 56
Binary 10010110 1010100 10000111 0 101100 1010 101001 100111010 11100 101110

Color Harmonies of #965487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965487

Black with #965487

Text Example


Text Example

White with #965487

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965487; }

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

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

background-color css

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

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

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

border-color css

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

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

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