Html Css Color HEX #965A79 Strikemaster

📋 copy color: '#965A79'

red 150 ◦ green 90 ◦ blue 121

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

Shades of Strikemaster #965A79

Tints of Strikemaster #965A79

RGB

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

 GREEN value IS 90 (35.55% from 255) = 24.93%

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

R = 41.55%
G = 24.93%
B = 33.52%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965A79 (or 0x965A79) is known color: Strikemaster. HEX triplet: 96, 5A and 79. RGB value is (150,90,121). Sum of RGB (Red+Green+Blue) = 150+90+121=361 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.55% from 361); Green value is 90 (35.55% from 255 or 24.93% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 150 - color contains mainly: red. Hex color #965A79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965A79 is #69A586. Grayscale: #6F6F6F. Windows color (decimal): -6923655 or 7953046. OLE color: 7953046.

HSL color Cylindrical-coordinate representation of color #965A79: hue angle of 329º degrees, saturation: 0.25, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #965A79 is Cyan = 0, Magento = 0.4, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 90 121 -
CMYK 0 0.4 0.19 0.41
HSL 329º 0.25% 0.47% -
HSV(B) 329º 0.4% 0.59% -
XYZ 19.69 15.18 19.98 -
YUV 111.47 133.38 155.48 -
System Red Green Blue C M Y K H S L
Decimal 150 90 121 0 0.4 0.19 0.41 329 0.25 0.47
Hex 96 5A 79 0 28 13 29 149 19 2F
Octal 226 132 171 0 50 23 51 511 31 57
Binary 10010110 1011010 1111001 0 101000 10011 101001 101001001 11001 101111

Color Harmonies of #965A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965A79

Black with #965A79

Text Example


Text Example

White with #965A79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965A79; }

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

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

background-color css

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

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

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

border-color css

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

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

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