Html Css Color HEX #965279 Strikemaster

📋 copy color: '#965279'

red 150 ◦ green 82 ◦ blue 121

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

Shades of Strikemaster #965279

Tints of Strikemaster #965279

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.23%

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

R = 42.49%
G = 23.23%
B = 34.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965279 (or 0x965279) is known color: Strikemaster. HEX triplet: 96, 52 and 79. RGB value is (150,82,121). Sum of RGB (Red+Green+Blue) = 150+82+121=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 82 (32.42% from 255 or 23.23% from 353); Blue value is 121 (47.66% from 255 or 34.28% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #965279 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965279 is #69AD86. Grayscale: #6A6A6A. Windows color (decimal): -6925703 or 7950998. OLE color: 7950998.

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

Color convert

RGB 150 82 121 -
CMYK 0 0.45 0.19 0.41
HSL 325.59º 0.29% 0.45% -
HSV(B) 325.59º 0.45% 0.59% -
XYZ 19.05 13.9 19.77 -
YUV 106.78 136.03 158.83 -
System Red Green Blue C M Y K H S L
Decimal 150 82 121 0 0.45 0.19 0.41 325.59 0.29 0.45
Hex 96 52 79 0 2D 13 29 146 1D 2D
Octal 226 122 171 0 55 23 51 506 35 55
Binary 10010110 1010010 1111001 0 101101 10011 101001 101000110 11101 101101

Color Harmonies of #965279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965279

Black with #965279

Text Example


Text Example

White with #965279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965279; }

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

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

background-color css

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

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

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

border-color css

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

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

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