Html Css Color HEX #966388 Strikemaster

📋 copy color: '#966388'

red 150 ◦ green 99 ◦ blue 136

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

Shades of Strikemaster #966388

Tints of Strikemaster #966388

RGB

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

 GREEN value IS 99 (39.06% from 255) = 25.71%

 BLUE value IS 136 (53.52% from 255) = 35.32%

R = 38.96%
G = 25.71%
B = 35.32%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#966388 (or 0x966388) is known color: Strikemaster. HEX triplet: 96, 63 and 88. RGB value is (150,99,136). Sum of RGB (Red+Green+Blue) = 150+99+136=385 (50% of max value = 765). Red value is 150 (58.98% from 255 or 38.96% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 150 - color contains mainly: red. Hex color #966388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966388 is #699C77. Grayscale: #767676. Windows color (decimal): -6921336 or 8938390. OLE color: 8938390.

HSL color Cylindrical-coordinate representation of color #966388: hue angle of 316.47º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #966388 is Cyan = 0, Magento = 0.34, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 99 136 -
CMYK 0 0.34 0.09 0.41
HSL 316.47º 0.2% 0.49% -
HSV(B) 316.47º 0.34% 0.59% -
XYZ 21.48 17.19 25.48 -
YUV 118.47 137.9 150.49 -
System Red Green Blue C M Y K H S L
Decimal 150 99 136 0 0.34 0.09 0.41 316.47 0.2 0.49
Hex 96 63 88 0 22 9 29 13C 14 31
Octal 226 143 210 0 42 11 51 474 24 61
Binary 10010110 1100011 10001000 0 100010 1001 101001 100111100 10100 110001

Color Harmonies of #966388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #966388

Black with #966388

Text Example


Text Example

White with #966388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #966388; }

 p { color: rgb(150,99,136); }

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

background-color css

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

 a { background-color: rgb(150,99,136); }

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

border-color css

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

 span { border-color: rgb(150,99,136); }

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