Html Css Color HEX #965F7E Strikemaster

📋 copy color: '#965F7E'

red 150 ◦ green 95 ◦ blue 126

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

Shades of Strikemaster #965F7E

Tints of Strikemaster #965F7E

RGB

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

 GREEN value IS 95 (37.5% from 255) = 25.61%

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

R = 40.43%
G = 25.61%
B = 33.96%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#965F7E (or 0x965F7E) is known color: Strikemaster. HEX triplet: 96, 5F and 7E. RGB value is (150,95,126). Sum of RGB (Red+Green+Blue) = 150+95+126=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #965F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #965F7E is #69A081. Grayscale: #727272. Windows color (decimal): -6922370 or 8282006. OLE color: 8282006.

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

Color convert

RGB 150 95 126 -
CMYK 0 0.37 0.16 0.41
HSL 326.18º 0.22% 0.48% -
HSV(B) 326.18º 0.37% 0.59% -
XYZ 20.44 16.17 21.78 -
YUV 114.98 134.22 152.98 -
System Red Green Blue C M Y K H S L
Decimal 150 95 126 0 0.37 0.16 0.41 326.18 0.22 0.48
Hex 96 5F 7E 0 25 10 29 146 16 30
Octal 226 137 176 0 45 20 51 506 26 60
Binary 10010110 1011111 1111110 0 100101 10000 101001 101000110 10110 110000

Color Harmonies of #965F7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #965F7E

Black with #965F7E

Text Example


Text Example

White with #965F7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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