Html Css Color HEX #965479 Strikemaster

📋 copy color: '#965479'

red 150 ◦ green 84 ◦ blue 121

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

Shades of Strikemaster #965479

Tints of Strikemaster #965479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.08%

R = 42.25%
G = 23.66%
B = 34.08%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965479 (or 0x965479) is known color: Strikemaster. HEX triplet: 96, 54 and 79. RGB value is (150,84,121). Sum of RGB (Red+Green+Blue) = 150+84+121=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 84 (33.20% from 255 or 23.66% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #965479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965479 is #69AB86. Grayscale: #6B6B6B. Windows color (decimal): -6925191 or 7951510. OLE color: 7951510.

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

Color convert

RGB 150 84 121 -
CMYK 0 0.44 0.19 0.41
HSL 326.36º 0.28% 0.46% -
HSV(B) 326.36º 0.44% 0.59% -
XYZ 19.2 14.21 19.82 -
YUV 107.95 135.37 157.99 -
System Red Green Blue C M Y K H S L
Decimal 150 84 121 0 0.44 0.19 0.41 326.36 0.28 0.46
Hex 96 54 79 0 2C 13 29 146 1C 2E
Octal 226 124 171 0 54 23 51 506 34 56
Binary 10010110 1010100 1111001 0 101100 10011 101001 101000110 11100 101110

Color Harmonies of #965479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965479

Black with #965479

Text Example


Text Example

White with #965479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965479; }

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

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

background-color css

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

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

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

border-color css

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

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

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