Html Css Color HEX #96607D Strikemaster

📋 copy color: '#96607D'

red 150 ◦ green 96 ◦ blue 125

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

Shades of Strikemaster #96607D

Tints of Strikemaster #96607D

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.88%

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

R = 40.43%
G = 25.88%
B = 33.69%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96607D (or 0x96607D) is known color: Strikemaster. HEX triplet: 96, 60 and 7D. RGB value is (150,96,125). Sum of RGB (Red+Green+Blue) = 150+96+125=371 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.43% from 371); Green value is 96 (37.89% from 255 or 25.88% from 371); Blue value is 125 (49.22% from 255 or 33.69% from 371); Max value from RGB is 150 - color contains mainly: red. Hex color #96607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607D is #699F82. Grayscale: #737373. Windows color (decimal): -6922115 or 8216726. OLE color: 8216726.

HSL color Cylindrical-coordinate representation of color #96607D: hue angle of 327.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96607D is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 96 125 -
CMYK 0 0.36 0.17 0.41
HSL 327.78º 0.22% 0.48% -
HSV(B) 327.78º 0.36% 0.59% -
XYZ 20.46 16.33 21.48 -
YUV 115.45 133.39 152.64 -
System Red Green Blue C M Y K H S L
Decimal 150 96 125 0 0.36 0.17 0.41 327.78 0.22 0.48
Hex 96 60 7D 0 24 11 29 148 16 30
Octal 226 140 175 0 44 21 51 510 26 60
Binary 10010110 1100000 1111101 0 100100 10001 101001 101001000 10110 110000

Color Harmonies of #96607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96607D

Black with #96607D

Text Example


Text Example

White with #96607D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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