Html Css Color HEX #96527E Strikemaster

📋 copy color: '#96527E'

red 150 ◦ green 82 ◦ blue 126

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

Shades of Strikemaster #96527E

Tints of Strikemaster #96527E

RGB

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

 GREEN value IS 82 (32.42% from 255) = 22.91%

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

R = 41.9%
G = 22.91%
B = 35.2%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.16

 K value IS 0.41

RGB Variations

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

Color information

#96527E (or 0x96527E) is known color: Strikemaster. HEX triplet: 96, 52 and 7E. RGB value is (150,82,126). Sum of RGB (Red+Green+Blue) = 150+82+126=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 82 (32.42% from 255 or 22.91% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96527E is #69AD81. Grayscale: #6B6B6B. Windows color (decimal): -6925698 or 8278678. OLE color: 8278678.

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

Color convert

RGB 150 82 126 -
CMYK 0 0.45 0.16 0.41
HSL 321.18º 0.29% 0.45% -
HSV(B) 321.18º 0.45% 0.59% -
XYZ 19.36 14.02 21.43 -
YUV 107.35 138.53 158.42 -
System Red Green Blue C M Y K H S L
Decimal 150 82 126 0 0.45 0.16 0.41 321.18 0.29 0.45
Hex 96 52 7E 0 2D 10 29 141 1D 2D
Octal 226 122 176 0 55 20 51 501 35 55
Binary 10010110 1010010 1111110 0 101101 10000 101001 101000001 11101 101101

Color Harmonies of #96527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96527E

Black with #96527E

Text Example


Text Example

White with #96527E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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