Html Css Color HEX #96617B Strikemaster

📋 copy color: '#96617B'

red 150 ◦ green 97 ◦ blue 123

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

Shades of Strikemaster #96617B

Tints of Strikemaster #96617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.22%

 BLUE value IS 123 (48.44% from 255) = 33.24%

R = 40.54%
G = 26.22%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.18

 K value IS 0.41

RGB Variations

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

Color information

#96617B (or 0x96617B) is known color: Strikemaster. HEX triplet: 96, 61 and 7B. RGB value is (150,97,123). Sum of RGB (Red+Green+Blue) = 150+97+123=370 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.54% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 150 - color contains mainly: red. Hex color #96617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96617B is #699E84. Grayscale: #737373. Windows color (decimal): -6921861 or 8085910. OLE color: 8085910.

HSL color Cylindrical-coordinate representation of color #96617B: hue angle of 330.57º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96617B is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 97 123 -
CMYK 0 0.35 0.18 0.41
HSL 330.57º 0.21% 0.48% -
HSV(B) 330.57º 0.35% 0.59% -
XYZ 20.43 16.46 20.84 -
YUV 115.81 132.06 152.39 -
System Red Green Blue C M Y K H S L
Decimal 150 97 123 0 0.35 0.18 0.41 330.57 0.21 0.48
Hex 96 61 7B 0 23 12 29 14B 15 30
Octal 226 141 173 0 43 22 51 513 25 60
Binary 10010110 1100001 1111011 0 100011 10010 101001 101001011 10101 110000

Color Harmonies of #96617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96617B

Black with #96617B

Text Example


Text Example

White with #96617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96617B; }

 p { color: rgb(150,97,123); }

 H1.HeaderClassName
 {
   color: #96617B;
 }
 .AnyTagClassName
 {
   color: #96617B;
 }
</style>

background-color css

<style>
 a { background-color: #96617B; }

 a { background-color: rgb(150,97,123); }

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

border-color css

<style>
 span { border-color: #96617B; }

 span { border-color: rgb(150,97,123); }

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