Html Css Color HEX #936588 Strikemaster

📋 copy color: '#936588'

red 147 ◦ green 101 ◦ blue 136

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

Shades of Strikemaster #936588

Tints of Strikemaster #936588

RGB

 RED value IS 147 (57.81% from 255) = 38.28%

 GREEN value IS 101 (39.84% from 255) = 26.3%

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

R = 38.28%
G = 26.3%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#936588 (or 0x936588) is known color: Strikemaster. HEX triplet: 93, 65 and 88. RGB value is (147,101,136). Sum of RGB (Red+Green+Blue) = 147+101+136=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 136 (53.52% from 255 or 35.42% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #936588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936588 is #6C9A77. Grayscale: #767676. Windows color (decimal): -7117432 or 8938899. OLE color: 8938899.

HSL color Cylindrical-coordinate representation of color #936588: hue angle of 314.35º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #936588 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.42.

Color convert

RGB 147 101 136 -
CMYK 0 0.31 0.07 0.42
HSL 314.35º 0.19% 0.49% -
HSV(B) 314.35º 0.31% 0.58% -
XYZ 21.13 17.29 25.52 -
YUV 118.74 137.74 148.15 -
System Red Green Blue C M Y K H S L
Decimal 147 101 136 0 0.31 0.07 0.42 314.35 0.19 0.49
Hex 93 65 88 0 1F 7 2A 13A 13 31
Octal 223 145 210 0 37 7 52 472 23 61
Binary 10010011 1100101 10001000 0 11111 111 101010 100111010 10011 110001

Color Harmonies of #936588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936588

Black with #936588

Text Example


Text Example

White with #936588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936588; }

 p { color: rgb(147,101,136); }

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

background-color css

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

 a { background-color: rgb(147,101,136); }

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

border-color css

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

 span { border-color: rgb(147,101,136); }

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