Html Css Color HEX #965077 Strikemaster

📋 copy color: '#965077'

red 150 ◦ green 80 ◦ blue 119

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

Shades of Strikemaster #965077

Tints of Strikemaster #965077

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.92%

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

R = 42.98%
G = 22.92%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.21

 K value IS 0.41

RGB Variations

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

Color information

#965077 (or 0x965077) is known color: Strikemaster. HEX triplet: 96, 50 and 77. RGB value is (150,80,119). Sum of RGB (Red+Green+Blue) = 150+80+119=349 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.98% from 349); Green value is 80 (31.64% from 255 or 22.92% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 150 - color contains mainly: red. Hex color #965077 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965077 is #69AF88. Grayscale: #696969. Windows color (decimal): -6926217 or 7819414. OLE color: 7819414.

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

Color convert

RGB 150 80 119 -
CMYK 0 0.47 0.21 0.41
HSL 326.57º 0.3% 0.45% -
HSV(B) 326.57º 0.47% 0.59% -
XYZ 18.78 13.55 19.08 -
YUV 105.38 135.69 159.83 -
System Red Green Blue C M Y K H S L
Decimal 150 80 119 0 0.47 0.21 0.41 326.57 0.3 0.45
Hex 96 50 77 0 2F 15 29 147 1E 2D
Octal 226 120 167 0 57 25 51 507 36 55
Binary 10010110 1010000 1110111 0 101111 10101 101001 101000111 11110 101101

Color Harmonies of #965077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965077

Black with #965077

Text Example


Text Example

White with #965077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965077; }

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

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

background-color css

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

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

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

border-color css

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

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

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