Html Css Color HEX #96517D Strikemaster

📋 copy color: '#96517D'

red 150 ◦ green 81 ◦ blue 125

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

Shades of Strikemaster #96517D

Tints of Strikemaster #96517D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 35.11%

R = 42.13%
G = 22.75%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96517D (or 0x96517D) is known color: Strikemaster. HEX triplet: 96, 51 and 7D. RGB value is (150,81,125). Sum of RGB (Red+Green+Blue) = 150+81+125=356 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.13% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 125 (49.22% from 255 or 35.11% from 356); Max value from RGB is 150 - color contains mainly: red. Hex color #96517D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517D is #69AE82. Grayscale: #6A6A6A. Windows color (decimal): -6925955 or 8212886. OLE color: 8212886.

HSL color Cylindrical-coordinate representation of color #96517D: hue angle of 321.74º 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 #96517D is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 81 125 -
CMYK 0 0.46 0.17 0.41
HSL 321.74º 0.3% 0.45% -
HSV(B) 321.74º 0.46% 0.59% -
XYZ 19.22 13.85 21.06 -
YUV 106.65 138.36 158.92 -
System Red Green Blue C M Y K H S L
Decimal 150 81 125 0 0.46 0.17 0.41 321.74 0.3 0.45
Hex 96 51 7D 0 2E 11 29 142 1E 2D
Octal 226 121 175 0 56 21 51 502 36 55
Binary 10010110 1010001 1111101 0 101110 10001 101001 101000010 11110 101101

Color Harmonies of #96517D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96517D

Black with #96517D

Text Example


Text Example

White with #96517D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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