Html Css Color HEX #965B7C Strikemaster

📋 copy color: '#965B7C'

red 150 ◦ green 91 ◦ blue 124

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

Shades of Strikemaster #965B7C

Tints of Strikemaster #965B7C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.93%

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

R = 41.1%
G = 24.93%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#965B7C (or 0x965B7C) is known color: Strikemaster. HEX triplet: 96, 5B and 7C. RGB value is (150,91,124). Sum of RGB (Red+Green+Blue) = 150+91+124=365 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.10% from 365); Green value is 91 (35.94% from 255 or 24.93% from 365); Blue value is 124 (48.83% from 255 or 33.97% from 365); Max value from RGB is 150 - color contains mainly: red. Hex color #965B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B7C is #69A483. Grayscale: #707070. Windows color (decimal): -6923396 or 8149910. OLE color: 8149910.

HSL color Cylindrical-coordinate representation of color #965B7C: hue angle of 326.44º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #965B7C is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 91 124 -
CMYK 0 0.39 0.17 0.41
HSL 326.44º 0.24% 0.47% -
HSV(B) 326.44º 0.39% 0.59% -
XYZ 19.96 15.42 20.99 -
YUV 112.4 134.55 154.82 -
System Red Green Blue C M Y K H S L
Decimal 150 91 124 0 0.39 0.17 0.41 326.44 0.24 0.47
Hex 96 5B 7C 0 27 11 29 146 18 2F
Octal 226 133 174 0 47 21 51 506 30 57
Binary 10010110 1011011 1111100 0 100111 10001 101001 101000110 11000 101111

Color Harmonies of #965B7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B7C

Black with #965B7C

Text Example


Text Example

White with #965B7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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