Html Css Color HEX #96507C Strikemaster

📋 copy color: '#96507C'

red 150 ◦ green 80 ◦ blue 124

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

Shades of Strikemaster #96507C

Tints of Strikemaster #96507C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 35.03%

R = 42.37%
G = 22.6%
B = 35.03%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96507C (or 0x96507C) is known color: Strikemaster. HEX triplet: 96, 50 and 7C. RGB value is (150,80,124). Sum of RGB (Red+Green+Blue) = 150+80+124=354 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.37% from 354); Green value is 80 (31.64% from 255 or 22.60% from 354); Blue value is 124 (48.83% from 255 or 35.03% from 354); Max value from RGB is 150 - color contains mainly: red. Hex color #96507C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96507C is #69AF83. Grayscale: #696969. Windows color (decimal): -6926212 or 8147094. OLE color: 8147094.

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

Color convert

RGB 150 80 124 -
CMYK 0 0.47 0.17 0.41
HSL 322.29º 0.3% 0.45% -
HSV(B) 322.29º 0.47% 0.59% -
XYZ 19.08 13.68 20.7 -
YUV 105.95 138.19 159.42 -
System Red Green Blue C M Y K H S L
Decimal 150 80 124 0 0.47 0.17 0.41 322.29 0.3 0.45
Hex 96 50 7C 0 2F 11 29 142 1E 2D
Octal 226 120 174 0 57 21 51 502 36 55
Binary 10010110 1010000 1111100 0 101111 10001 101001 101000010 11110 101101

Color Harmonies of #96507C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96507C

Black with #96507C

Text Example


Text Example

White with #96507C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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