Html Css Color HEX #964F7B Strikemaster

📋 copy color: '#964F7B'

red 150 ◦ green 79 ◦ blue 123

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

Shades of Strikemaster #964F7B

Tints of Strikemaster #964F7B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 34.94%

R = 42.61%
G = 22.44%
B = 34.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#964F7B (or 0x964F7B) is known color: Strikemaster. HEX triplet: 96, 4F and 7B. RGB value is (150,79,123). Sum of RGB (Red+Green+Blue) = 150+79+123=352 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.61% from 352); Green value is 79 (31.25% from 255 or 22.44% from 352); Blue value is 123 (48.44% from 255 or 34.94% from 352); Max value from RGB is 150 - color contains mainly: red. Hex color #964F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #964F7B is #69B084. Grayscale: #696969. Windows color (decimal): -6926469 or 8081302. OLE color: 8081302.

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

Color convert

RGB 150 79 123 -
CMYK 0 0.47 0.18 0.41
HSL 322.82º 0.31% 0.45% -
HSV(B) 322.82º 0.47% 0.59% -
XYZ 18.95 13.51 20.35 -
YUV 105.25 138.02 159.92 -
System Red Green Blue C M Y K H S L
Decimal 150 79 123 0 0.47 0.18 0.41 322.82 0.31 0.45
Hex 96 4F 7B 0 2F 12 29 143 1F 2D
Octal 226 117 173 0 57 22 51 503 37 55
Binary 10010110 1001111 1111011 0 101111 10010 101001 101000011 11111 101101

Color Harmonies of #964F7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964F7B

Black with #964F7B

Text Example


Text Example

White with #964F7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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