Html Css Color HEX #96667D Strikemaster

📋 copy color: '#96667D'

red 150 ◦ green 102 ◦ blue 125

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

Shades of Strikemaster #96667D

Tints of Strikemaster #96667D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 27.06%

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

R = 39.79%
G = 27.06%
B = 33.16%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.41

RGB Variations

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

Color information

#96667D (or 0x96667D) is known color: Strikemaster. HEX triplet: 96, 66 and 7D. RGB value is (150,102,125). Sum of RGB (Red+Green+Blue) = 150+102+125=377 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.79% from 377); Green value is 102 (40.23% from 255 or 27.06% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 150 - color contains mainly: red. Hex color #96667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96667D is #699982. Grayscale: #767676. Windows color (decimal): -6920579 or 8218262. OLE color: 8218262.

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

Color convert

RGB 150 102 125 -
CMYK 0 0.32 0.17 0.41
HSL 331.25º 0.19% 0.49% -
HSV(B) 331.25º 0.32% 0.59% -
XYZ 21.03 17.47 21.67 -
YUV 118.97 131.4 150.13 -
System Red Green Blue C M Y K H S L
Decimal 150 102 125 0 0.32 0.17 0.41 331.25 0.19 0.49
Hex 96 66 7D 0 20 11 29 14B 13 31
Octal 226 146 175 0 40 21 51 513 23 61
Binary 10010110 1100110 1111101 0 100000 10001 101001 101001011 10011 110001

Color Harmonies of #96667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96667D

Black with #96667D

Text Example


Text Example

White with #96667D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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