Html Css Color HEX #936389 Strikemaster

📋 copy color: '#936389'

red 147 ◦ green 99 ◦ blue 137

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

Shades of Strikemaster #936389

Tints of Strikemaster #936389

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 35.77%

R = 38.38%
G = 25.85%
B = 35.77%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.07

 K value IS 0.42

RGB Variations

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

Color information

#936389 (or 0x936389) is known color: Strikemaster. HEX triplet: 93, 63 and 89. RGB value is (147,99,137). Sum of RGB (Red+Green+Blue) = 147+99+137=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 137 (53.91% from 255 or 35.77% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #936389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936389 is #6C9C76. Grayscale: #757575. Windows color (decimal): -7117943 or 9003923. OLE color: 9003923.

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

Color convert

RGB 147 99 137 -
CMYK 0 0.33 0.07 0.42
HSL 312.5º 0.2% 0.48% -
HSV(B) 312.5º 0.33% 0.58% -
XYZ 21.01 16.93 25.83 -
YUV 117.68 138.9 148.91 -
System Red Green Blue C M Y K H S L
Decimal 147 99 137 0 0.33 0.07 0.42 312.5 0.2 0.48
Hex 93 63 89 0 21 7 2A 138 14 30
Octal 223 143 211 0 41 7 52 470 24 60
Binary 10010011 1100011 10001001 0 100001 111 101010 100111000 10100 110000

Color Harmonies of #936389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #936389

Black with #936389

Text Example


Text Example

White with #936389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #936389; }

 p { color: rgb(147,99,137); }

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

background-color css

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

 a { background-color: rgb(147,99,137); }

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

border-color css

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

 span { border-color: rgb(147,99,137); }

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