Html Css Color HEX #965E7B Strikemaster

📋 copy color: '#965E7B'

red 150 ◦ green 94 ◦ blue 123

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

Shades of Strikemaster #965E7B

Tints of Strikemaster #965E7B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 25.61%

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

R = 40.87%
G = 25.61%
B = 33.51%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#965E7B (or 0x965E7B) is known color: Strikemaster. HEX triplet: 96, 5E and 7B. RGB value is (150,94,123). Sum of RGB (Red+Green+Blue) = 150+94+123=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 94 (37.11% from 255 or 25.61% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965E7B is #69A184. Grayscale: #717171. Windows color (decimal): -6922629 or 8085142. OLE color: 8085142.

HSL color Cylindrical-coordinate representation of color #965E7B: hue angle of 328.93º degrees, saturation: 0.23, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #965E7B is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 94 123 -
CMYK 0 0.37 0.18 0.41
HSL 328.93º 0.23% 0.48% -
HSV(B) 328.93º 0.37% 0.59% -
XYZ 20.16 15.92 20.75 -
YUV 114.05 133.05 153.64 -
System Red Green Blue C M Y K H S L
Decimal 150 94 123 0 0.37 0.18 0.41 328.93 0.23 0.48
Hex 96 5E 7B 0 25 12 29 149 17 30
Octal 226 136 173 0 45 22 51 511 27 60
Binary 10010110 1011110 1111011 0 100101 10010 101001 101001001 10111 110000

Color Harmonies of #965E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965E7B

Black with #965E7B

Text Example


Text Example

White with #965E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #965E7B; }

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

 H1.HeaderClassName
 {
   color: #965E7B;
 }
 .AnyTagClassName
 {
   color: #965E7B;
 }
</style>

background-color css

<style>
 a { background-color: #965E7B; }

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

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

border-color css

<style>
 span { border-color: #965E7B; }

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

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