Html Css Color HEX #96587E Strikemaster

📋 copy color: '#96587E'

red 150 ◦ green 88 ◦ blue 126

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

Shades of Strikemaster #96587E

Tints of Strikemaster #96587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.18%

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

R = 41.21%
G = 24.18%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96587E (or 0x96587E) is known color: Strikemaster. HEX triplet: 96, 58 and 7E. RGB value is (150,88,126). Sum of RGB (Red+Green+Blue) = 150+88+126=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 126 (49.61% from 255 or 34.62% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96587E is #69A781. Grayscale: #6E6E6E. Windows color (decimal): -6924162 or 8280214. OLE color: 8280214.

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

Color convert

RGB 150 88 126 -
CMYK 0 0.41 0.16 0.41
HSL 323.23º 0.26% 0.47% -
HSV(B) 323.23º 0.41% 0.59% -
XYZ 19.83 14.97 21.58 -
YUV 110.87 136.54 155.91 -
System Red Green Blue C M Y K H S L
Decimal 150 88 126 0 0.41 0.16 0.41 323.23 0.26 0.47
Hex 96 58 7E 0 29 10 29 143 1A 2F
Octal 226 130 176 0 51 20 51 503 32 57
Binary 10010110 1011000 1111110 0 101001 10000 101001 101000011 11010 101111

Color Harmonies of #96587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96587E

Black with #96587E

Text Example


Text Example

White with #96587E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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