Html Css Color HEX #965679 Strikemaster

📋 copy color: '#965679'

red 150 ◦ green 86 ◦ blue 121

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

Shades of Strikemaster #965679

Tints of Strikemaster #965679

RGB

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

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

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

R = 42.02%
G = 24.09%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965679 (or 0x965679) is known color: Strikemaster. HEX triplet: 96, 56 and 79. RGB value is (150,86,121). Sum of RGB (Red+Green+Blue) = 150+86+121=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 121 (47.66% from 255 or 33.89% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #965679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965679 is #69A986. Grayscale: #6D6D6D. Windows color (decimal): -6924679 or 7952022. OLE color: 7952022.

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

Color convert

RGB 150 86 121 -
CMYK 0 0.43 0.19 0.41
HSL 327.19º 0.27% 0.46% -
HSV(B) 327.19º 0.43% 0.59% -
XYZ 19.36 14.52 19.87 -
YUV 109.13 134.7 157.15 -
System Red Green Blue C M Y K H S L
Decimal 150 86 121 0 0.43 0.19 0.41 327.19 0.27 0.46
Hex 96 56 79 0 2B 13 29 147 1B 2E
Octal 226 126 171 0 53 23 51 507 33 56
Binary 10010110 1010110 1111001 0 101011 10011 101001 101000111 11011 101110

Color Harmonies of #965679

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965679

Black with #965679

Text Example


Text Example

White with #965679

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965679; }

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

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

background-color css

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

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

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

border-color css

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

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

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