Html Css Color HEX #964A7C Strikemaster

📋 copy color: '#964A7C'

red 150 ◦ green 74 ◦ blue 124

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

Shades of Strikemaster #964A7C

Tints of Strikemaster #964A7C

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.26%

 BLUE value IS 124 (48.83% from 255) = 35.63%

R = 43.1%
G = 21.26%
B = 35.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#964A7C (or 0x964A7C) is known color: Strikemaster. HEX triplet: 96, 4A and 7C. RGB value is (150,74,124). Sum of RGB (Red+Green+Blue) = 150+74+124=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 74 (29.30% from 255 or 21.26% from 348); Blue value is 124 (48.83% from 255 or 35.63% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #964A7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A7C is #69B583. Grayscale: #666666. Windows color (decimal): -6927748 or 8145558. OLE color: 8145558.

HSL color Cylindrical-coordinate representation of color #964A7C: hue angle of 320.53º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A7C is Cyan = 0, Magento = 0.51, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 74 124 -
CMYK 0 0.51 0.17 0.41
HSL 320.53º 0.34% 0.44% -
HSV(B) 320.53º 0.51% 0.59% -
XYZ 18.66 12.84 20.56 -
YUV 102.42 140.18 161.93 -
System Red Green Blue C M Y K H S L
Decimal 150 74 124 0 0.51 0.17 0.41 320.53 0.34 0.44
Hex 96 4A 7C 0 33 11 29 141 22 2C
Octal 226 112 174 0 63 21 51 501 42 54
Binary 10010110 1001010 1111100 0 110011 10001 101001 101000001 100010 101100

Color Harmonies of #964A7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964A7C

Black with #964A7C

Text Example


Text Example

White with #964A7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,74,124); }

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

background-color css

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

 a { background-color: rgb(150,74,124); }

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

border-color css

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

 span { border-color: rgb(150,74,124); }

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