Html Css Color HEX #964F82 Strikemaster

📋 copy color: '#964F82'

red 150 ◦ green 79 ◦ blue 130

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

Shades of Strikemaster #964F82

Tints of Strikemaster #964F82

RGB

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

 GREEN value IS 79 (31.25% from 255) = 22.01%

 BLUE value IS 130 (51.17% from 255) = 36.21%

R = 41.78%
G = 22.01%
B = 36.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.13

 K value IS 0.41

RGB Variations

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

Color information

#964F82 (or 0x964F82) is known color: Strikemaster. HEX triplet: 96, 4F and 82. RGB value is (150,79,130). Sum of RGB (Red+Green+Blue) = 150+79+130=359 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.78% from 359); Green value is 79 (31.25% from 255 or 22.01% from 359); Blue value is 130 (51.17% from 255 or 36.21% from 359); Max value from RGB is 150 - color contains mainly: red. Hex color #964F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964F82 is #69B07D. Grayscale: #696969. Windows color (decimal): -6926462 or 8540054. OLE color: 8540054.

HSL color Cylindrical-coordinate representation of color #964F82: hue angle of 316.9º degrees, saturation: 0.31, 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 #964F82 is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 79 130 -
CMYK 0 0.47 0.13 0.41
HSL 316.9º 0.31% 0.45% -
HSV(B) 316.9º 0.47% 0.59% -
XYZ 19.4 13.69 22.74 -
YUV 106.04 141.52 159.35 -
System Red Green Blue C M Y K H S L
Decimal 150 79 130 0 0.47 0.13 0.41 316.9 0.31 0.45
Hex 96 4F 82 0 2F D 29 13D 1F 2D
Octal 226 117 202 0 57 15 51 475 37 55
Binary 10010110 1001111 10000010 0 101111 1101 101001 100111101 11111 101101

Color Harmonies of #964F82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F82

Black with #964F82

Text Example


Text Example

White with #964F82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #964F82; }

 p { color: rgb(150,79,130); }

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

background-color css

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

 a { background-color: rgb(150,79,130); }

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

border-color css

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

 span { border-color: rgb(150,79,130); }

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