Html Css Color HEX #96628C Strikemaster

📋 copy color: '#96628C'

red 150 ◦ green 98 ◦ blue 140

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

Shades of Strikemaster #96628C

Tints of Strikemaster #96628C

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.26%

 BLUE value IS 140 (55.08% from 255) = 36.08%

R = 38.66%
G = 25.26%
B = 36.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#96628C (or 0x96628C) is known color: Strikemaster. HEX triplet: 96, 62 and 8C. RGB value is (150,98,140). Sum of RGB (Red+Green+Blue) = 150+98+140=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 98 (38.67% from 255 or 25.26% from 388); Blue value is 140 (55.08% from 255 or 36.08% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #96628C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #96628C is #699D73. Grayscale: #767676. Windows color (decimal): -6921588 or 9200278. OLE color: 9200278.

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

Color convert

RGB 150 98 140 -
CMYK 0 0.35 0.07 0.41
HSL 311.54º 0.21% 0.49% -
HSV(B) 311.54º 0.35% 0.59% -
XYZ 21.68 17.11 26.97 -
YUV 118.34 140.23 150.58 -
System Red Green Blue C M Y K H S L
Decimal 150 98 140 0 0.35 0.07 0.41 311.54 0.21 0.49
Hex 96 62 8C 0 23 7 29 138 15 31
Octal 226 142 214 0 43 7 51 470 25 61
Binary 10010110 1100010 10001100 0 100011 111 101001 100111000 10101 110001

Color Harmonies of #96628C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96628C

Black with #96628C

Text Example


Text Example

White with #96628C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,98,140); }

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

background-color css

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

 a { background-color: rgb(150,98,140); }

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

border-color css

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

 span { border-color: rgb(150,98,140); }

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