Html Css Color HEX #965177 Strikemaster

📋 copy color: '#965177'

red 150 ◦ green 81 ◦ blue 119

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

Shades of Strikemaster #965177

Tints of Strikemaster #965177

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.14%

 BLUE value IS 119 (46.88% from 255) = 34%

R = 42.86%
G = 23.14%
B = 34%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965177 (or 0x965177) is known color: Strikemaster. HEX triplet: 96, 51 and 77. RGB value is (150,81,119). Sum of RGB (Red+Green+Blue) = 150+81+119=350 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.86% from 350); Green value is 81 (32.03% from 255 or 23.14% from 350); Blue value is 119 (46.88% from 255 or 34% from 350); Max value from RGB is 150 - color contains mainly: red. Hex color #965177 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965177 is #69AE88. Grayscale: #696969. Windows color (decimal): -6925961 or 7819670. OLE color: 7819670.

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

Color convert

RGB 150 81 119 -
CMYK 0 0.46 0.21 0.41
HSL 326.96º 0.3% 0.45% -
HSV(B) 326.96º 0.46% 0.59% -
XYZ 18.85 13.7 19.1 -
YUV 105.96 135.36 159.41 -
System Red Green Blue C M Y K H S L
Decimal 150 81 119 0 0.46 0.21 0.41 326.96 0.3 0.45
Hex 96 51 77 0 2E 15 29 147 1E 2D
Octal 226 121 167 0 56 25 51 507 36 55
Binary 10010110 1010001 1110111 0 101110 10101 101001 101000111 11110 101101

Color Harmonies of #965177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965177

Black with #965177

Text Example


Text Example

White with #965177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965177; }

 p { color: rgb(150,81,119); }

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

background-color css

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

 a { background-color: rgb(150,81,119); }

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

border-color css

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

 span { border-color: rgb(150,81,119); }

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