Html Css Color HEX #965B7E Strikemaster

📋 copy color: '#965B7E'

red 150 ◦ green 91 ◦ blue 126

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

Shades of Strikemaster #965B7E

Tints of Strikemaster #965B7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 34.33%

R = 40.87%
G = 24.8%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#965B7E (or 0x965B7E) is known color: Strikemaster. HEX triplet: 96, 5B and 7E. RGB value is (150,91,126). Sum of RGB (Red+Green+Blue) = 150+91+126=367 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.87% from 367); Green value is 91 (35.94% from 255 or 24.80% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 150 - color contains mainly: red. Hex color #965B7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B7E is #69A481. Grayscale: #707070. Windows color (decimal): -6923394 or 8280982. OLE color: 8280982.

HSL color Cylindrical-coordinate representation of color #965B7E: hue angle of 324.41º 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 #965B7E is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 91 126 -
CMYK 0 0.39 0.16 0.41
HSL 324.41º 0.24% 0.47% -
HSV(B) 324.41º 0.39% 0.59% -
XYZ 20.08 15.47 21.67 -
YUV 112.63 135.55 154.65 -
System Red Green Blue C M Y K H S L
Decimal 150 91 126 0 0.39 0.16 0.41 324.41 0.24 0.47
Hex 96 5B 7E 0 27 10 29 144 18 2F
Octal 226 133 176 0 47 20 51 504 30 57
Binary 10010110 1011011 1111110 0 100111 10000 101001 101000100 11000 101111

Color Harmonies of #965B7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B7E

Black with #965B7E

Text Example


Text Example

White with #965B7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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