Html Css Color HEX #965B7A Strikemaster

📋 copy color: '#965B7A'

red 150 ◦ green 91 ◦ blue 122

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

Shades of Strikemaster #965B7A

Tints of Strikemaster #965B7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.61%

R = 41.32%
G = 25.07%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#965B7A (or 0x965B7A) is known color: Strikemaster. HEX triplet: 96, 5B and 7A. RGB value is (150,91,122). Sum of RGB (Red+Green+Blue) = 150+91+122=363 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.32% from 363); Green value is 91 (35.94% from 255 or 25.07% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 150 - color contains mainly: red. Hex color #965B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965B7A is #69A485. Grayscale: #707070. Windows color (decimal): -6923398 or 8018838. OLE color: 8018838.

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

Color convert

RGB 150 91 122 -
CMYK 0 0.39 0.19 0.41
HSL 328.47º 0.24% 0.47% -
HSV(B) 328.47º 0.39% 0.59% -
XYZ 19.83 15.37 20.33 -
YUV 112.18 133.55 154.98 -
System Red Green Blue C M Y K H S L
Decimal 150 91 122 0 0.39 0.19 0.41 328.47 0.24 0.47
Hex 96 5B 7A 0 27 13 29 148 18 2F
Octal 226 133 172 0 47 23 51 510 30 57
Binary 10010110 1011011 1111010 0 100111 10011 101001 101001000 11000 101111

Color Harmonies of #965B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965B7A

Black with #965B7A

Text Example


Text Example

White with #965B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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