Html Css Color HEX #964F7E Strikemaster

📋 copy color: '#964F7E'

red 150 ◦ green 79 ◦ blue 126

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

Shades of Strikemaster #964F7E

Tints of Strikemaster #964F7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 35.49%

R = 42.25%
G = 22.25%
B = 35.49%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#964F7E (or 0x964F7E) is known color: Strikemaster. HEX triplet: 96, 4F and 7E. RGB value is (150,79,126). Sum of RGB (Red+Green+Blue) = 150+79+126=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 79 (31.25% from 255 or 22.25% from 355); Blue value is 126 (49.61% from 255 or 35.49% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #964F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F7E is #69B081. Grayscale: #696969. Windows color (decimal): -6926466 or 8277910. OLE color: 8277910.

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

Color convert

RGB 150 79 126 -
CMYK 0 0.47 0.16 0.41
HSL 320.28º 0.31% 0.45% -
HSV(B) 320.28º 0.47% 0.59% -
XYZ 19.14 13.58 21.35 -
YUV 105.59 139.52 159.68 -
System Red Green Blue C M Y K H S L
Decimal 150 79 126 0 0.47 0.16 0.41 320.28 0.31 0.45
Hex 96 4F 7E 0 2F 10 29 140 1F 2D
Octal 226 117 176 0 57 20 51 500 37 55
Binary 10010110 1001111 1111110 0 101111 10000 101001 101000000 11111 101101

Color Harmonies of #964F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F7E

Black with #964F7E

Text Example


Text Example

White with #964F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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