Html Css Color HEX #96507E Strikemaster

📋 copy color: '#96507E'

red 150 ◦ green 80 ◦ blue 126

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

Shades of Strikemaster #96507E

Tints of Strikemaster #96507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.47%

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

R = 42.13%
G = 22.47%
B = 35.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96507E (or 0x96507E) is known color: Strikemaster. HEX triplet: 96, 50 and 7E. RGB value is (150,80,126). Sum of RGB (Red+Green+Blue) = 150+80+126=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 126 (49.61% from 255 or 35.39% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507E is #69AF81. Grayscale: #6A6A6A. Windows color (decimal): -6926210 or 8278166. OLE color: 8278166.

HSL color Cylindrical-coordinate representation of color #96507E: hue angle of 320.57º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #96507E is Cyan = 0, Magento = 0.47, Yellow = 0.16 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 80 126 -
CMYK 0 0.47 0.16 0.41
HSL 320.57º 0.3% 0.45% -
HSV(B) 320.57º 0.47% 0.59% -
XYZ 19.21 13.73 21.38 -
YUV 106.17 139.19 159.26 -
System Red Green Blue C M Y K H S L
Decimal 150 80 126 0 0.47 0.16 0.41 320.57 0.3 0.45
Hex 96 50 7E 0 2F 10 29 141 1E 2D
Octal 226 120 176 0 57 20 51 501 36 55
Binary 10010110 1010000 1111110 0 101111 10000 101001 101000001 11110 101101

Color Harmonies of #96507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96507E

Black with #96507E

Text Example


Text Example

White with #96507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96507E; }

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

 H1.HeaderClassName
 {
   color: #96507E;
 }
 .AnyTagClassName
 {
   color: #96507E;
 }
</style>

background-color css

<style>
 a { background-color: #96507E; }

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

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

border-color css

<style>
 span { border-color: #96507E; }

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

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