Html Css Color HEX #96517E Strikemaster

📋 copy color: '#96517E'

red 150 ◦ green 81 ◦ blue 126

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

Shades of Strikemaster #96517E

Tints of Strikemaster #96517E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 22.69%

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

R = 42.02%
G = 22.69%
B = 35.29%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96517E (or 0x96517E) is known color: Strikemaster. HEX triplet: 96, 51 and 7E. RGB value is (150,81,126). Sum of RGB (Red+Green+Blue) = 150+81+126=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 81 (32.03% from 255 or 22.69% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #96517E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517E is #69AE81. Grayscale: #6A6A6A. Windows color (decimal): -6925954 or 8278422. OLE color: 8278422.

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

Color convert

RGB 150 81 126 -
CMYK 0 0.46 0.16 0.41
HSL 320.87º 0.3% 0.45% -
HSV(B) 320.87º 0.46% 0.59% -
XYZ 19.29 13.88 21.4 -
YUV 106.76 138.86 158.84 -
System Red Green Blue C M Y K H S L
Decimal 150 81 126 0 0.46 0.16 0.41 320.87 0.3 0.45
Hex 96 51 7E 0 2E 10 29 141 1E 2D
Octal 226 121 176 0 56 20 51 501 36 55
Binary 10010110 1010001 1111110 0 101110 10000 101001 101000001 11110 101101

Color Harmonies of #96517E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96517E

Black with #96517E

Text Example


Text Example

White with #96517E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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