Html Css Color HEX #964B7B Strikemaster

📋 copy color: '#964B7B'

red 150 ◦ green 75 ◦ blue 123

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

Shades of Strikemaster #964B7B

Tints of Strikemaster #964B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 21.55%

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

R = 43.1%
G = 21.55%
B = 35.34%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#964B7B (or 0x964B7B) is known color: Strikemaster. HEX triplet: 96, 4B and 7B. RGB value is (150,75,123). Sum of RGB (Red+Green+Blue) = 150+75+123=348 (46% of max value = 765). Red value is 150 (58.98% from 255 or 43.10% from 348); Green value is 75 (29.69% from 255 or 21.55% from 348); Blue value is 123 (48.44% from 255 or 35.34% from 348); Max value from RGB is 150 - color contains mainly: red. Hex color #964B7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964B7B is #69B484. Grayscale: #666666. Windows color (decimal): -6927493 or 8080278. OLE color: 8080278.

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

Color convert

RGB 150 75 123 -
CMYK 0 0.5 0.18 0.41
HSL 321.6º 0.33% 0.44% -
HSV(B) 321.6º 0.5% 0.59% -
XYZ 18.67 12.95 20.25 -
YUV 102.9 139.35 161.6 -
System Red Green Blue C M Y K H S L
Decimal 150 75 123 0 0.5 0.18 0.41 321.6 0.33 0.44
Hex 96 4B 7B 0 32 12 29 142 21 2C
Octal 226 113 173 0 62 22 51 502 41 54
Binary 10010110 1001011 1111011 0 110010 10010 101001 101000010 100001 101100

Color Harmonies of #964B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #964B7B

Black with #964B7B

Text Example


Text Example

White with #964B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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